Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 1e27824

Browse files
committed
test: add verifying standardization to tests
1 parent 902727e commit 1e27824

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"main": "index.js",
1010
"scripts": {
11-
"test": "tap test/*.js"
11+
"test": "standard && tap test/*.js"
1212
},
1313
"dependencies": {
1414
"chownr": "0",
@@ -27,6 +27,7 @@
2727
"devDependencies": {
2828
"negotiator": "^0.4.9",
2929
"nock": "^0.56.0",
30+
"standard": "^3.2.0",
3031
"tap": ""
3132
},
3233
"optionalDependencies": {

0 commit comments

Comments
 (0)