package.json correction v2

This commit is contained in:
Luca Schwan
2020-03-21 19:08:01 +01:00
parent 429efecb0e
commit 2529c595dd

View File

@ -4,7 +4,7 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"postinstall": "npm run build", "postinstall": "bower install && grunt build",
"start": "node index.js" "start": "node index.js"
}, },
"author": "", "author": "",