mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
replace snazzy with standard; autoformat package.json
This commit is contained in:
committed by
Kevin Sawicki
parent
42e7ee2b4a
commit
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": {
|
||||
|
||||
Reference in New Issue
Block a user