Skip to content

Commit

Permalink
Update package.json start command with src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kcartlidge committed Mar 20, 2019
1 parent 0d78ac6 commit c6f0bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nodepub",
"version": "2.1.0",
"description": "Create valid EPUB (v2) ebooks with metadata, contents and cover image.",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"test": "mocha",
"lint": "eslint --fix src",
Expand Down

0 comments on commit c6f0bbe

Please sign in to comment.