Skip to content

Commit

Permalink
update package.json metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
chocolatkey committed Oct 18, 2024
1 parent 8d2f65e commit 9bf26d0
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 15 deletions.
15 changes: 10 additions & 5 deletions navigator-html-injectables/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
Expand Down
18 changes: 13 additions & 5 deletions navigator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 13 additions & 5 deletions shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9bf26d0

Please sign in to comment.