diff --git a/navigator-html-injectables/package.json b/navigator-html-injectables/package.json
index 6a79e25..bca9cbf 100644
--- a/navigator-html-injectables/package.json
+++ b/navigator-html-injectables/package.json
@@ -1,12 +1,13 @@
{
"name": "@readium/navigator-html-injectables",
- "version": "0.0.1",
+ "version": "1.2.0",
"type": "module",
"description": "An embeddable solution for connecting frames of HTML publications with a Readium Navigator",
"author": "readium",
"repository": {
"type": "git",
- "url": "git+https://github.com/readium/web.git"
+ "url": "git+https://github.com/readium/ts-toolkit.git",
+ "directory": "navigator-html-injectables"
},
"license": "BSD-3-Clause",
"bugs": {
@@ -15,11 +16,15 @@
"homepage": "https://github.com/readium/ts-toolkit",
"keywords": [
"readium",
- "web",
"epub",
- "html",
+ "webpub",
+ "divina",
"reflowable",
- "embedded"
+ "fixed-layout",
+ "publication",
+ "ebook",
+ "reader",
+ "viewer"
],
"scripts": {
"build": "tsc && vite build"
diff --git a/navigator/package.json b/navigator/package.json
index 852b4dd..458dece 100644
--- a/navigator/package.json
+++ b/navigator/package.json
@@ -6,17 +6,25 @@
"author": "readium",
"repository": {
"type": "git",
- "url": "git+https://github.com/readium/web.git"
+ "url": "git+https://github.com/readium/ts-toolkit.git",
+ "directory": "navigator"
},
"license": "BSD-3-Clause",
"bugs": {
- "url": "https://github.com/readium/web/issues"
+ "url": "https://github.com/readium/ts-toolkit/issues"
},
- "homepage": "https://github.com/readium/web",
+ "homepage": "https://github.com/readium/ts-toolkit",
"keywords": [
"readium",
- "web",
- "epub"
+ "epub",
+ "webpub",
+ "divina",
+ "reflowable",
+ "fixed-layout",
+ "publication",
+ "ebook",
+ "reader",
+ "viewer"
],
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
diff --git a/shared/package.json b/shared/package.json
index 1748722..d7624ac 100644
--- a/shared/package.json
+++ b/shared/package.json
@@ -6,17 +6,25 @@
"author": "readium",
"repository": {
"type": "git",
- "url": "git+https://github.com/readium/web.git"
+ "url": "git+https://github.com/readium/ts-toolkit.git",
+ "directory": "shared"
},
"license": "BSD-3-Clause",
"bugs": {
- "url": "https://github.com/readium/web/issues"
+ "url": "https://github.com/readium/ts-toolkit/issues"
},
- "homepage": "https://github.com/readium/web",
+ "homepage": "https://github.com/readium/ts-toolkit",
"keywords": [
"readium",
- "web",
- "epub"
+ "epub",
+ "webpub",
+ "divina",
+ "reflowable",
+ "fixed-layout",
+ "publication",
+ "ebook",
+ "parser",
+ "tts"
],
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",