Skip to content

Commit

Permalink
Set max node engine to < 0.9.0, upgrade deps to latest greatest.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jun 26, 2012
1 parent 012dd28 commit 74c6bf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,5 +1,5 @@
### 0.0.7 (SNAPSHOT) ### 0.0.7 (SNAPSHOT)
* * Set max node engine to < 0.9.0


### 0.0.6 ### 0.0.6
* Fix error message for status code 401 (authentication failed, instead of authentication required) * Fix error message for status code 401 (authentication failed, instead of authentication required)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -26,18 +26,18 @@
"test": "./test" "test": "./test"
}, },
"dependencies": { "dependencies": {
"bagofholding": "0.0.8", "bagofholding": "0.0.10",
"request": "2.9.202", "request": "2.9.202",
"underscore": "1.3.3", "underscore": "1.3.3",
"xml2js": "0.1.14" "xml2js": "0.1.14"
}, },
"devDependencies": { "devDependencies": {
"mocha": "1.0.3", "mocha": "1.2.1",
"sandboxed-module": "0.1.3", "sandboxed-module": "0.1.3",
"should": "0.6.3" "should": "0.6.3"
}, },
"engines": { "engines": {
"node": ">= 0.4.0 < 0.7.0" "node": ">= 0.4.0 < 0.9.0"
}, },
"licenses": [ "licenses": [
{ {
Expand Down

0 comments on commit 74c6bf4

Please sign in to comment.