Skip to content

Commit

Permalink
feature(package) ~ -> ^
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Mar 21, 2016
1 parent fdbbb8c commit b2d1c8c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"url": "git://github.com/coderaiser/wisdom.git"
},
"dependencies": {
"async": "~2.0.0",
"changelog-io": "~1.4.0",
"grizzly": "~1.0.6",
"jessy": "~1.0.1",
"minor": "~1.2.0",
"prepend": "~1.0.1",
"readjson": "~1.1.0",
"rendy": "~1.1.0",
"spawnify": "~2.3.0",
"version-io": "~1.2.0"
"async": "^2.0.0",
"changelog-io": "^1.4.0",
"grizzly": "^1.0.6",
"jessy": "^1.0.1",
"minor": "^1.2.0",
"prepend": "^1.0.1",
"readjson": "^1.1.0",
"rendy": "^1.1.0",
"spawnify": "^2.3.0",
"version-io": "^1.2.0"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit b2d1c8c

Please sign in to comment.