Skip to content

Commit

Permalink
fix(dependencies): update dependencies and switch to husky
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jan 2, 2017
1 parent 745daad commit ad97a5e
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@
"scripts": {
"test": "mocha",
"lint": "eslint .",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"precommit": "npm run lint",
"commitmsg": "validate-commit-msg",
"prepush": "npm test",
"postmerge": "npm install && npm prune",
"postrewrite": "npm install && npm prune"
},
"config": {
"ghooks": {
"pre-commit": "npm run lint",
"commit-msg": "validate-commit-msg",
"pre-push": "npm test",
"post-merge": "npm install && npm prune",
"post-rewrite": "npm install && npm prune"
},
"validate-commit-msg": {
"types": [
"feat",
Expand Down Expand Up @@ -49,7 +47,7 @@
},
"dependencies": {
"fluent-arguments": "^1.0.5",
"ramda": "^0.22.1"
"ramda": "0.23.*"
},
"devDependencies": {
"chai": "^3.5.0",
Expand All @@ -58,10 +56,10 @@
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"ghooks": "^1.3.2",
"husky": "^0.12.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"semantic-release": "^6.3.2",
"semantic-release": "6.3.*",
"sinon": ">=1.15.0",
"validate-commit-msg": "^2.8.2"
}
Expand Down

0 comments on commit ad97a5e

Please sign in to comment.