diff --git a/package.json b/package.json index 3a221cf..9b8c5f8 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,17 @@ "test": "jest" }, "lint-staged": { - "*.{js,json}": ["prettier --single-quote --write", "git add"] + "*.{js,json}": [ + "prettier --single-quote --write", + "git add" + ] }, "license": "MIT", - "files": ["index.js", "lib", "Licence"], + "files": [ + "index.js", + "lib", + "Licence" + ], "main": "index.js", "repository": { "type": "git", @@ -35,7 +42,7 @@ "chai": "^4.1.2", "chai-passport-strategy": "^1.0.1", "codecov": "^3.0.0", - "husky": "^0.14.3", + "husky": "1.2.0", "jest": "^22.0.3", "lint-staged": "^6.0.0", "prettier": "^1.8.2"