We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c9a5b commit 76d95e4Copy full SHA for 76d95e4
package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"start": "electron .",
10
"dev": "electron . --debug",
11
- "lint": "standard",
+ "lint": "standard | snazzy",
12
"test": "mocha tests && npm run lint",
13
"sign-exe": "signcode ./out/ElectronAPIDemos-win32-ia32/ElectronAPIDemos.exe --cert ~/electron-api-demos.p12 --prompt --name 'Electron API Demos' --url 'http://electron.atom.io'",
14
"sign-installer": "signcode ./out/windows-installer/ElectronAPIDemosSetup.exe --cert ~/electron-api-demos.p12 --prompt --name 'Electron API Demos' --url 'http://electron.atom.io'",
@@ -49,6 +49,7 @@
49
"request": "^2.70.0",
50
"rimraf": "^2.5.2",
51
"signcode": "^0.4.0",
52
+ "snazzy": "^5.0.0",
53
"spectron": "~3.2.6",
54
"standard": "^6.0.8"
55
},
0 commit comments