Skip to content

Commit 9d8c9ae

Browse files
committed
chore: npm audit fix
1 parent 636ebe4 commit 9d8c9ae

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

package-lock.json

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"test": "npm run lint && npm run mocha",
2828
"lint": "eslint src/. test/. --config .eslintrc.json --fix",
2929
"dev": "nodemon src/",
30+
"prof": "node --prof src/",
3031
"start": "node src/",
3132
"mocha": "mocha test/ --recursive --exit"
3233
},

0 commit comments

Comments
 (0)