Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Damon Oehlman committed Jun 27, 2012
1 parent d2b8df9 commit 1824e90
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -6,19 +6,19 @@
"replication"
],
"author": "Damon Oehlman <damon.oehlman@sidelab.com>",
"version": "0.2.1",
"version": "0.2.2",
"engines": {
"node": ">= 0.4.x < 0.9.0"
},
"dependencies": {
"async": "0.1.x",
"debug": "*",
"request": "2.9.x"
"async": "0.1.x",
"debug": "*",
"request": "2.9.x"
},
"devDependencies": {
"mocha": "1.2.x",
"nano": "3.0.x",
"async": "0.1.x"
"mocha": "1.2.x",
"nano": "3.0.x",
"async": "0.1.x"
},
"repository": {
"type": "git",
Expand All @@ -27,8 +27,8 @@
"bugs": {
"url": "http://github.com/DamonOehlman/replimate/issues"
},

"scripts": { "test": "mocha --reporter spec -t 10000" },

"scripts": {
"test": "mocha --reporter spec -t 10000"
},
"contributors": []
}
}

0 comments on commit 1824e90

Please sign in to comment.