Skip to content

Commit

Permalink
set husky dep optional
Browse files Browse the repository at this point in the history
  • Loading branch information
openhoat committed Jun 4, 2018
1 parent e8fe80d commit 9ae7be0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion packages/private-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.8",
"cpx": "^1.5.0",
"husky": "^0.14.3",
"mocha": "^5.1.1",
"nps": "^5.9.0",
"nyc": "^11.7.3",
Expand All @@ -43,5 +42,8 @@
"tslint": "^5.8.0",
"tslint-config-airbnb": "^5.4.2",
"typescript": "^2.6.2"
},
"optionalDependencies": {
"husky": "^0.14.3"
}
}
4 changes: 3 additions & 1 deletion packages/test-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"@types/supports-color": "^5.3.0",
"coveralls": "^3.0.1",
"cpx": "^1.5.0",
"husky": "^0.14.3",
"mocha": "^5.1.1",
"nps": "^5.9.0",
"nyc": "^11.7.3",
Expand All @@ -54,5 +53,8 @@
"tslint": "^5.8.0",
"tslint-config-airbnb": "^5.4.2",
"typescript": "^2.6.2"
},
"optionalDependencies": {
"husky": "^0.14.3"
}
}
4 changes: 3 additions & 1 deletion packages/ts-build-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@
"coveralls": "^3.0.1",
"eslint": "^4.19.1",
"eslint-config-nodejs": "^2.0.0",
"husky": "^0.14.3",
"mocha": "^5.1.1",
"nps": "^5.9.0",
"nyc": "^11.7.3",
"proxyquire": "^2.0.1",
"sinon": "^5.0.7",
"sinon-chai": "^3.0.0"
},
"optionalDependencies": {
"husky": "^0.14.3"
}
}

0 comments on commit 9ae7be0

Please sign in to comment.