File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 16
16
"files" : [
17
17
" CHANGELOG.md" ,
18
18
" LICENSE" ,
19
- " README.md" ,
20
19
" index.js"
21
20
],
22
21
"dependencies" : {
23
- "balanced-match" : " ~ 0.1.0" ,
22
+ "balanced-match" : " ^ 0.1.0" ,
24
23
"reduce-function-call" : " ^1.0.1"
25
24
},
26
25
"devDependencies" : {
27
26
"jscs" : " ^1.5.9" ,
28
27
"jshint" : " ^2.5.2" ,
29
- "jshint-stylish" : " ^0.4.0" ,
30
- "tap-colorize" : " ^1.2.0" ,
31
28
"tape" : " ^2.13.4"
32
29
},
33
30
"scripts" : {
34
31
"jscs" : " jscs *.js **/*.js" ,
35
- "jshint" : " jshint . --exclude node_modules --reporter node_modules/jshint-stylish/stylish.js " ,
36
- "test" : " npm run jscs && npm run jshint && tape test | tap-colorize "
32
+ "jshint" : " jshint . --exclude node_modules" ,
33
+ "test" : " npm run jscs && npm run jshint && tape test"
37
34
}
38
35
}
You can’t perform that action at this time.
0 commit comments