Skip to content

Commit

Permalink
Merge pull request #54 from theenadayalank/dependabot/npm_and_yarn/hu…
Browse files Browse the repository at this point in the history
…sky-3.0.5

Bump husky from 0.14.3 to 3.0.5
  • Loading branch information
theenadayalank committed Sep 20, 2019
2 parents e1804b6 + a51ebbc commit 1654715
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 38 deletions.
12 changes: 8 additions & 4 deletions package.json
Expand Up @@ -10,8 +10,7 @@
"scripts": {
"lint": "node_modules/.bin/eslint **/*.js",
"format": "yarn lint --fix",
"test": "mocha tests/",
"prepush": "node index.js"
"test": "mocha tests/"
},
"lint-prepush": {
"tasks": {
Expand All @@ -25,7 +24,7 @@
"eslint": "^6.0.1",
"eslint-plugin-mocha": "^5.3.0",
"eslint-plugin-node": "^9.1.0",
"husky": "^0.14.3",
"husky": "^3.0.5",
"mocha": "^6.1.4"
},
"dependencies": {
Expand Down Expand Up @@ -56,5 +55,10 @@
"lint-prepush",
"prepush",
"husky"
]
],
"husky": {
"hooks": {
"pre-push": "node index.js"
}
}
}

0 comments on commit 1654715

Please sign in to comment.