Skip to content

Commit 1ecd204

Browse files
committed
it doesn't like comments in json objectsS
1 parent ecf5dca commit 1ecd204

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "",
55
"main": "main.js",
66
"scripts": {
7-
"dev": "webpack-dev-server --watch-content-base --open", //start dev server
8-
"publish-html": "webpack && copyfiles -f ./src/assets/index.html ./dist ", //publish to html
9-
"publish-pdf": "npm run publish-html && node --harmony publish.js " //publish to pdf
7+
"dev": "webpack-dev-server --watch-content-base --open",
8+
"publish-html": "webpack && copyfiles -f ./src/assets/index.html ./dist ",
9+
"publish-pdf": "npm run publish-html && node --harmony publish.js "
1010
},
1111
"author": "",
1212
"license": "ISC",

0 commit comments

Comments
 (0)