Skip to content

Commit 6d42450

Browse files
committed
remove snazzy
1 parent 84e2d81 commit 6d42450

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"start": "electron .",
1010
"dev": "electron . --debug",
11-
"lint": "standard | snazzy",
11+
"lint": "standard",
1212
"test": "mocha && npm run lint",
1313
"package": "npm-run-all package:*",
1414
"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 @@
4141
"request": "^2.70.0",
4242
"rimraf": "^2.5.2",
4343
"signcode": "^0.5.0",
44-
"snazzy": "^5.0.0",
4544
"spectron": "~3.6.0",
4645
"standard": "^8.2.0"
4746
},

0 commit comments

Comments
 (0)