diff --git a/examples/contents.html b/examples/contents.html new file mode 100644 index 0000000..67031ce --- /dev/null +++ b/examples/contents.html @@ -0,0 +1,29 @@ + + + + + EPUB.js Basic Example + + + + + + + +
+ + + + + diff --git a/package.json b/package.json index 38423d8..7b3fafa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "epubjs", - "version": "0.3.59", + "version": "0.3.60", "description": "Parse and Render Epubs", "main": "lib/index.js", "module": "src/index.js",