Skip to content
This repository was archived by the owner on May 12, 2019. It is now read-only.

Commit d59d57a

Browse files
committed
Add pretest command
1 parent 2ac4633 commit d59d57a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,15 @@
3939
"lodash": "latest",
4040
"mocha": "latest",
4141
"should": "latest",
42+
"standard": "latest",
4243
"vinyl-buffer": "latest",
4344
"vinyl-source-stream": "latest"
4445
},
4546
"engines": {
4647
"node": ">= 0.10"
4748
},
4849
"scripts": {
50+
"pretest": "standard index.js",
4951
"test": "mocha"
5052
},
5153
"license": "MIT"

0 commit comments

Comments
 (0)