зеркало из https://github.com/electron/electron.git
replace snazzy with standard; autoformat package.json
This commit is contained in:
Родитель
42e7ee2b4a
Коммит
98b4353ef8
18
package.json
18
package.json
|
@ -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": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче