Skip to content

Commit

Permalink
npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni committed Nov 26, 2021
1 parent 734a22a commit b8a0b68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"watch": "npm run test -- --watch",
"lint": "eslint . --ignore-pattern '**/node_modules/**'",
"posttest": "npm run lint",
"prepare": "sh prepare.sh",
"prepare": "sh scripts/install-fixture-deps.sh",
"preversion": "npm test",
"version": "changes --commits --footer",
"postversion": "git push --follow-tags && npm publish"
Expand Down

0 comments on commit b8a0b68

Please sign in to comment.