reduce ignore list in favor of one-liner ignores

This commit is contained in:
Zeke Sikelianos
2016-03-28 13:09:03 -07:00
committed by Kevin Sawicki
parent 67d189474c
commit 09635ae50e
2 changed files with 3 additions and 7 deletions

View File

@@ -11,11 +11,7 @@
"runas": "^3.0.0"
},
"standard": {
"ignore": [
"/lib/browser/rpc-server.js",
"/lib/common/asar.js",
"/vendor"
]
"ignore": ["/vendor"],
},
"private": true,
"scripts": {