Skip to content

Commit

Permalink
Merge bcfc26b into 9bf16bf
Browse files Browse the repository at this point in the history
  • Loading branch information
chingsley committed Mar 18, 2019
2 parents 9bf16bf + bcfc26b commit 7cbdca3
Show file tree
Hide file tree
Showing 2 changed files with 233 additions and 0 deletions.
226 changes: 226 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@
"swagger-ui-express": "^4.0.2",
"underscore": "^1.9.1"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run test",
"pre-push": "npm run lint && npm run test"
}
},
"devDependencies": {
"babel-watch": "^2.0.7",
"chai": "^4.2.0",
Expand All @@ -66,6 +72,7 @@
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"faker": "^4.1.0",
"husky": "^1.3.1",
"mocha": "^6.0.2",
"mochawesome": "^3.1.1",
"nyc": "^13.3.0",
Expand Down

0 comments on commit 7cbdca3

Please sign in to comment.