Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed May 24, 2024
1 parent b86b3b3 commit 8d08652
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
"scripts": {
"test": "mocha -t 15000 test/*.test.js",
"lint": "eslint index.js test",
"ci": "npm run lint && mocha -t 15000 test/*.test.js",
"ci": "npm run lint && c8 mocha -t 15000 test/*.test.js",
"contributor": "git-contributor"
},
"dependencies": {
"utility": "^1.12.0"
},
"devDependencies": {
"c8": "^9.1.0",
"childprocess": "1",
"eslint": "3.12.0",
"git-contributor": "^2.0.0",
Expand Down

0 comments on commit 8d08652

Please sign in to comment.