We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff405d commit e7a8eb7Copy full SHA for e7a8eb7
package.json
@@ -16,23 +16,20 @@
16
"files": [
17
"CHANGELOG.md",
18
"LICENSE",
19
- "README.md",
20
"index.js"
21
],
22
"dependencies": {
23
- "balanced-match": "~0.1.0",
+ "balanced-match": "^0.1.0",
24
"reduce-function-call": "^1.0.1"
25
},
26
"devDependencies": {
27
"jscs": "^1.5.9",
28
"jshint": "^2.5.2",
29
- "jshint-stylish": "^0.4.0",
30
- "tap-colorize": "^1.2.0",
31
"tape": "^2.13.4"
32
33
"scripts": {
34
"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"
+ "jshint": "jshint . --exclude node_modules",
+ "test": "npm run jscs && npm run jshint && tape test"
37
}
38
0 commit comments