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 84e2d81 commit 6d42450Copy full SHA for 6d42450
package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"start": "electron .",
10
"dev": "electron . --debug",
11
- "lint": "standard | snazzy",
+ "lint": "standard",
12
"test": "mocha && npm run lint",
13
"package": "npm-run-all package:*",
14
"package:mac": "electron-packager . --overwrite --platform=darwin --arch=x64 --out=out --icon=assets/app-icon/mac/app.icns --osx-sign.identity='Developer ID Application: GitHub' --extend-info=assets/mac/info.plist",
@@ -41,7 +41,6 @@
41
"request": "^2.70.0",
42
"rimraf": "^2.5.2",
43
"signcode": "^0.5.0",
44
- "snazzy": "^5.0.0",
45
"spectron": "~3.6.0",
46
"standard": "^8.2.0"
47
},
0 commit comments