ignore packges used in npm scripts

This commit is contained in:
Noam Okman
2016-08-27 16:25:27 +03:00
parent 1883341ddb
commit 990fb57839

View File

@@ -98,7 +98,7 @@
"package": "node ./bin/package.js", "package": "node ./bin/package.js",
"prepublish": "npm run build", "prepublish": "npm run build",
"start": "npm run build && electron .", "start": "npm run build && electron .",
"test": "standard && depcheck", "test": "standard && depcheck --ignores=babel-cli,nodemon,gh-release",
"gh-release": "gh-release", "gh-release": "gh-release",
"update-authors": "./bin/update-authors.sh", "update-authors": "./bin/update-authors.sh",
"watch": "nodemon --exec 'npm run start' --ext js,pug,css" "watch": "nodemon --exec 'npm run start' --ext js,pug,css"