Skip to content

Commit 55e480f

Browse files
committed
All grade A-supported node/iojs versions now ship with an npm that understands ^.
1 parent a1c237d commit 55e480f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
],
3434
"dependencies": {},
3535
"devDependencies": {
36-
"tape": "~3.5.0",
37-
"covert": "1.0.0",
38-
"jscs": "~1.11.0",
39-
"editorconfig-tools": "~0.0.1",
40-
"nsp": "~1.0.0",
41-
"eslint": "~0.13.0",
42-
"semver": "~4.2.0"
36+
"tape": "^3.5.0",
37+
"covert": "^1.0.1",
38+
"jscs": "^1.11.3",
39+
"editorconfig-tools": "^0.0.1",
40+
"nsp": "^1.0.0",
41+
"eslint": "^0.14.1",
42+
"semver": "^4.2.2"
4343
},
4444
"testling": {
4545
"files": "test.js",

0 commit comments

Comments
 (0)