1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-02 14:49:16 +02:00

ver 0.3.94

This commit is contained in:
Massimiliano Vinciprova 2022-12-30 07:11:31 +01:00
parent cf728fc223
commit 9d733dc415
2 changed files with 29 additions and 20897 deletions

20918
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,11 +1,11 @@
{ {
"name": "epubjs", "name": "@makiwin/epubjs",
"version": "0.3.93", "version": "0.3.94",
"description": "Parse and Render Epubs", "description": "Parse and Render Epubs",
"main": "lib/index.js", "main": "lib/index.js",
"module": "src/index.js", "module": "src/index.js",
"types": "types/index.d.ts", "types": "types/index.d.ts",
"repository": "https://github.com/futurepress/epub.js", "repository": "https://github.com/makiwin/epub.js",
"directories": { "directories": {
"test": "test" "test": "test"
}, },
@ -24,7 +24,7 @@
"watch": "babel --watch -d lib/ src/", "watch": "babel --watch -d lib/ src/",
"prepare": "npm run compile && npm run build && npm run minify && npm run legacy && npm run productionLegacy" "prepare": "npm run compile && npm run build && npm run minify && npm run legacy && npm run productionLegacy"
}, },
"author": "fchasen@gmail.com", "author": "fchasen@gmail.com, massimiliano.vinciprova@gmail.com",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.15.7", "@babel/cli": "^7.15.7",