diff --git a/package.json b/package.json index 2d5c61f494..efdaaa9163 100644 --- a/package.json +++ b/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": {