Skip to content

Commit

Permalink
Merge pull request #20 from nikksan/master
Browse files Browse the repository at this point in the history
Run audit before push
  • Loading branch information
zupper committed Feb 16, 2021
2 parents cd4fbd9 + b6a278a commit f5b2377
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 35 deletions.
281 changes: 249 additions & 32 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luckbox/mq-clients",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -32,12 +32,13 @@
"lint-staged": "^10.0.1",
"lodash": "^4.17.20",
"ts-essentials": "^6.0.5",
"ts-jest": "^24.2.0",
"ts-jest": "^26.5.1",
"tsc-watch": "^4.1.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run precommit"
"pre-commit": "npm run precommit",
"pre-push": "npm audit"
}
},
"lint-staged": {
Expand Down

0 comments on commit f5b2377

Please sign in to comment.