replace snazzy with standard; autoformat package.json

This commit is contained in:
Zeke Sikelianos 2016-03-28 22:10:27 -07:00 committed by Kevin Sawicki
parent 42e7ee2b4a
commit 98b4353ef8

View file

@ -5,15 +5,25 @@
"asar": "^0.10.0", "asar": "^0.10.0",
"eslint": "^2.1.0", "eslint": "^2.1.0",
"request": "*", "request": "*",
"snazzy": "^3.0.0" "standard": "^6.0.8"
}, },
"optionalDependencies": { "optionalDependencies": {
"runas": "^3.0.0" "runas": "^3.0.0"
}, },
"standard": { "standard": {
"ignore": ["/vendor"], "ignore": [
"globals": ["$", "after", "afterEach", "before", "/vendor"
"beforeEach", "describe", "it", "location"] ],
"globals": [
"$",
"after",
"afterEach",
"before",
"beforeEach",
"describe",
"it",
"location"
]
}, },
"private": true, "private": true,
"scripts": { "scripts": {