Skip to content

Commit

Permalink
Merge pull request #287 from bigchaindb/update-dependencies
Browse files Browse the repository at this point in the history
Update some package dependencies
  • Loading branch information
eckelj authored Sep 25, 2019
2 parents ba81d1b + a3d1824 commit d4dae79
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"release-minor": "./node_modules/release-it/bin/release-it.js minor --src.tagName='v%s' --github.release --npm.publish --non-interactive",
"release-major": "./node_modules/release-it/bin/release-it.js major --src.tagName='v%s' --github.release --npm.publish --non-interactive",
"prepublishOnly": "npm run build",
"precommit": "lint-staged",
"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
"doc": "node ./node_modules/documentation/bin/documentation.js build src/index.js -f md -o API.md -g --markdown-toc"
},
Expand Down Expand Up @@ -112,5 +111,10 @@
"babel-register"
],
"babel": "inherit"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}

0 comments on commit d4dae79

Please sign in to comment.