projects
/
squeep-mystery-box
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c3bc2d
)
lint the tests
author
Justin Wind
<justin.wind+git@gmail.com>
Tue, 26 Nov 2024 21:04:39 +0000
(13:04 -0800)
committer
Justin Wind
<justin.wind+git@gmail.com>
Tue, 26 Nov 2024 21:04:39 +0000
(13:04 -0800)
package.json
patch
|
blob
|
history
diff --git
a/package.json
b/package.json
index 774baf0571aa3fa87f6ad751f60645852fba2593..7b1d36115e8b8a3b40a2e78d7f51a556b62e96c1 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-6,7
+6,7
@@
"scripts": {
"audit": "npm audit",
"coverage": "nyc npm test",
- "eslint": "eslint index.js lib",
+ "eslint": "eslint index.js lib
test
",
"test": "mocha --recursive",
"prepare": "husky"
},