Skip to content

Commit

Permalink
All grade A-supported node/iojs versions now ship with an npm t…
Browse files Browse the repository at this point in the history
…hat understands `^`.
  • Loading branch information
ljharb committed Feb 19, 2015
1 parent 2f20edc commit 62630da
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
],
"dependencies": {},
"devDependencies": {
"foreach": "~2.0.5",
"is": "~2.2.1",
"tape": "~3.5.0",
"indexof": "~0.0.1",
"covert": "1.0.0",
"jscs": "~1.11.0",
"editorconfig-tools": "~0.0.1",
"nsp": "~1.0.0"
"foreach": "^2.0.5",
"is": "^2.2.1",
"tape": "^3.5.0",
"indexof": "^0.0.1",
"covert": "^1.0.1",
"jscs": "^1.11.3",
"editorconfig-tools": "^0.0.1",
"nsp": "^1.0.0"
},
"testling": {
"files": "test/index.js",
Expand Down

0 comments on commit 62630da

Please sign in to comment.