Skip to content

Commit 77b6d58

Browse files
committed
Specify proper source directories for standard
1 parent b8defc3 commit 77b6d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"main": "index.js",
103103
"scripts": {
104104
"solid": "node ./bin/solid",
105-
"standard": "standard",
105+
"standard": "standard '{bin,examples,lib,test}/**/*.js'",
106106
"nyc": "NODE_TLS_REJECT_UNAUTHORIZED=0 nyc mocha",
107107
"mocha": "NODE_TLS_REJECT_UNAUTHORIZED=0 mocha",
108108
"test": "npm run standard && npm run nyc"

0 commit comments

Comments
 (0)