We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c44c72 commit 8f9cfeeCopy full SHA for 8f9cfee
package.json
@@ -19,7 +19,6 @@
19
"dev": "webpack --config webpack.dev.js --progress --colors --watch",
20
"doctoc": "doctoc --title='# Table of Contents' README.md",
21
"eslint": "eslint lib public test app.js",
22
- "postinstall": "bin/heroku",
23
"jsonlint": "find . -not -path './node_modules/*' -type f -name '*.json' -o -type f -name '*.json.example' | while read json; do echo $json ; jq . $json; done",
24
"standard": "echo 'standard is no longer being used, use `npm run eslint` instead!' && exit 1",
25
"start": "sequelize db:migrate && node app.js",
0 commit comments