mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
set package main to src
This commit is contained in:
parent
c4bc21f4a4
commit
4ae139f40a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
"name": "epubjs",
|
"name": "epubjs",
|
||||||
"version": "0.5.0",
|
"version": "0.5.0",
|
||||||
"description": "Parse and Render Epubs",
|
"description": "Parse and Render Epubs",
|
||||||
"main": "lib/index.js",
|
"main": "src/index.js",
|
||||||
"module": "src/index.js",
|
"module": "src/index.js",
|
||||||
"browser": "dist/epub.js",
|
"browser": "dist/epub.js",
|
||||||
"types": "types/index.d.ts",
|
"types": "types/index.d.ts",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue