replace snazzy with standard; autoformat package.json

This commit is contained in:
Zeke Sikelianos 2016-03-28 22:10:27 -07:00 коммит произвёл Kevin Sawicki
Родитель 42e7ee2b4a
Коммит 98b4353ef8
1 изменённых файлов: 14 добавлений и 4 удалений

Просмотреть файл

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