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"