Skip to content

Commit

Permalink
it doesn't like comments in json objectsS
Browse files Browse the repository at this point in the history
  • Loading branch information
dwjohnston committed Aug 31, 2017
1 parent ecf5dca commit 1ecd204
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "",
"main": "main.js",
"scripts": {
"dev": "webpack-dev-server --watch-content-base --open", //start dev server
"publish-html": "webpack && copyfiles -f ./src/assets/index.html ./dist ", //publish to html
"publish-pdf": "npm run publish-html && node --harmony publish.js " //publish to pdf
"dev": "webpack-dev-server --watch-content-base --open",
"publish-html": "webpack && copyfiles -f ./src/assets/index.html ./dist ",
"publish-pdf": "npm run publish-html && node --harmony publish.js "
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 1ecd204

Please sign in to comment.