1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-03 14:59:18 +02:00
This commit is contained in:
Fred Chasen 2022-01-07 13:46:39 -08:00
parent 256e1f584b
commit 9b1d290d21
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "epubjs",
"version": "0.3.90",
"version": "0.3.91",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "epubjs",
"version": "0.3.90",
"version": "0.3.91",
"license": "BSD-2-Clause",
"dependencies": {
"@types/localforage": "0.0.34",

View file

@ -1,6 +1,6 @@
{
"name": "epubjs",
"version": "0.3.90",
"version": "0.3.91",
"description": "Parse and Render Epubs",
"main": "lib/index.js",
"module": "src/index.js",