Skip to content

Commit

Permalink
update node-proxy to 0.9.0 for node v0.12.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
natevw committed Mar 25, 2015
1 parent 8f8d1fc commit dda333f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "fermata",
"version": "0.10.6",
"version": "0.10.7",
"homepage": "https://github.com/natevw/fermata",
"repository":{"type":"git", "url":"https://github.com/natevw/fermata.git"},
"author": {"name":"&yet, LLC", "url":"http://andyet.net"},
"contributors": [{"name":"Nathan Vander Wilt", "email": "nate@calftrail.com", "url":"http://exts.ch"}],
"description": "Succinct native REST client, for client-side web apps and node.js. Turns URLs into magic JavaScript objects. Supports JSON, CouchDB, OAuth 1.0a, form uploads and more!",
"licenses": [{"type": "MIT", "url": "https://github.com/natevw/fermata/raw/master/README.md"}],
"dependencies": {"node-proxy": "0.6.x"},
"dependencies": {"node-proxy": "^0.9.0"},
"main": "fermata"
}

0 comments on commit dda333f

Please sign in to comment.