@thepalaceproject/circulation-admin 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/dist/circulation-admin.css +1 -1
- package/dist/circulation-admin.js +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -59,7 +59,7 @@ Webpack will take care of compiling and updating any new changes made locally fo
|
|
|
59
59
|
|
|
60
60
|
## Web Catalog
|
|
61
61
|
|
|
62
|
-
The Circulation Manager administrative interface relies on the [OPDS Web Catalog](https://github.com/
|
|
62
|
+
The Circulation Manager administrative interface relies on the [OPDS Web Catalog](https://github.com/ThePalaceProject/web-opds-client) as its base React component and application. For more information, please check out that repository.
|
|
63
63
|
|
|
64
64
|
## Publishing a New Release
|
|
65
65
|
|