From 990fb57839d9db8fce4002561d53a9de6d558d30 Mon Sep 17 00:00:00 2001 From: Noam Okman Date: Sat, 27 Aug 2016 16:25:27 +0300 Subject: [PATCH] ignore packges used in npm scripts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7ab5044..3916293c 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "package": "node ./bin/package.js", "prepublish": "npm run build", "start": "npm run build && electron .", - "test": "standard && depcheck", + "test": "standard && depcheck --ignores=babel-cli,nodemon,gh-release", "gh-release": "gh-release", "update-authors": "./bin/update-authors.sh", "watch": "nodemon --exec 'npm run start' --ext js,pug,css"