Skip to content

Commit

Permalink
[dist] replace backoff with back
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrugzz committed Sep 12, 2013
1 parent 9f236c8 commit cbd86dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"telenode": "0.0.3",
"utile": "0.2.x",
"window-stream": "~0.4.0",
"backoff": "2.1.x",
"json-stream": "0.1.x"
"json-stream": "0.1.x",
"back": "0.1.x"
},
"devDependencies": {
"optimist": "0.3.4",
Expand All @@ -36,7 +36,7 @@
},
"main": "./lib/godot",
"engines": {
"node": "0.8.x"
"node": "0.10.x || 0.8.x"
},
"scripts": {
"test": "vows --spec -i"
Expand Down

0 comments on commit cbd86dc

Please sign in to comment.