Skip to content

Commit e7a8eb7

Browse files
committed
less dev deps
1 parent 7ff405d commit e7a8eb7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

package.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,20 @@
1616
"files": [
1717
"CHANGELOG.md",
1818
"LICENSE",
19-
"README.md",
2019
"index.js"
2120
],
2221
"dependencies": {
23-
"balanced-match": "~0.1.0",
22+
"balanced-match": "^0.1.0",
2423
"reduce-function-call": "^1.0.1"
2524
},
2625
"devDependencies": {
2726
"jscs": "^1.5.9",
2827
"jshint": "^2.5.2",
29-
"jshint-stylish": "^0.4.0",
30-
"tap-colorize": "^1.2.0",
3128
"tape": "^2.13.4"
3229
},
3330
"scripts": {
3431
"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"
3734
}
3835
}

0 commit comments

Comments
 (0)