Skip to content

Commit

Permalink
updated package.json to support node v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nanek committed Feb 28, 2012
1 parent 3b41afa commit d1096ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,14 +2,14 @@
"author": "Kenan Shifflett <kenan.shifflett@gmail.com>", "author": "Kenan Shifflett <kenan.shifflett@gmail.com>",
"name": "dwolla", "name": "dwolla",
"description": "Dwolla API for node.js", "description": "Dwolla API for node.js",
"version": "0.0.5", "version": "0.0.6",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@github.com:nanek/node-dwolla.git" "url": "git@github.com:nanek/node-dwolla.git"
}, },
"main": "lib/dwolla.js", "main": "lib/dwolla.js",
"engines": { "engines": {
"node": "~0.4.7" "node": ">=0.4.7 <0.7.0"
}, },
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
Expand Down

0 comments on commit d1096ab

Please sign in to comment.