Skip to content

Commit

Permalink
Curate deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonOehlman committed May 18, 2014
1 parent 507a0d3 commit 3285d55
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -4,21 +4,21 @@
"author": "Damon Oehlman <damon.oehlman@gmail.com>",
"version": "0.9.1",
"dependencies": {
"async": "0.2.x",
"async": "~0.9",
"debug": "*",
"nopt": "2.1.x",
"out": "0.5.x",
"read": "1.0.x",
"squirrel": "~0.2.1",
"underscore": "1.5.x",
"underscore.string": "2.3.x"
"nopt": "^2",
"out": "~0.5",
"read": "^1",
"squirrel": "~0.2",
"underscore": "^1",
"underscore.string": "^2"
},
"pluginDependencies": {
"mkdirp": "0.3.x",
"ncp": "0.4.2"
"mkdirp": "~0.5",
"ncp": "~0.5"
},
"devDependencies": {
"mocha": "~1.17.0"
"mocha": "^1"
},
"repository": {
"type": "git",
Expand All @@ -43,4 +43,4 @@
"cli"
],
"license": "MIT"
}
}

0 comments on commit 3285d55

Please sign in to comment.