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 12, 2015
1 parent bdb1d35 commit da9eedf
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@
"equality"
],
"dependencies": {
"is-arrow-function": "~2.0.2",
"is-callable": "~1.0.4",
"is-date-object": "~1.0.0",
"is-generator-function": "~1.0.3",
"is-number-object": "~1.0.3",
"is-regex": "~1.0.3",
"is-string": "~1.0.4"
"is-arrow-function": "^2.0.2",
"is-callable": "^1.0.4",
"is-date-object": "^1.0.0",
"is-generator-function": "^1.0.3",
"is-number-object": "^1.0.3",
"is-regex": "^1.0.3",
"is-string": "^1.0.4"
},
"devDependencies": {
"tape": "~3.5.0",
"covert": "1.0.0",
"jscs": "~1.11.0",
"foreach": "~2.0.5",
"make-arrow-function": "~1.0.0",
"make-generator-function": "~1.0.0",
"semver": "~4.2.0"
"tape": "^3.5.0",
"covert": "^1.0.1",
"jscs": "^1.11.3",
"foreach": "^2.0.5",
"make-arrow-function": "^1.0.0",
"make-generator-function": "^1.0.0",
"semver": "^4.2.2"
},
"testling": {
"files": "test.js",
Expand Down

0 comments on commit da9eedf

Please sign in to comment.