Skip to content

Commit

Permalink
Use branch of node-expat that builds with gyp.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Aug 6, 2012
1 parent 06fd437 commit 76203c4
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
Expand Up @@ -2,10 +2,10 @@
"name": "soap",
"version": "0.2.4",
"description": "A minimal node SOAP client",
"engines": { "node": ">=0.6.0" },
"engines": { "node": ">=0.8.0" },
"author": "Vinay Pulim <v@pulim.com>",
"dependencies": {
"node-expat": ">= 1.3.0",
"node-expat": "git://github.com/TooTallNate/node-expat.git#gyp",
"request": ">=2.9.0"
},
"repository" : {
Expand Down

0 comments on commit 76203c4

Please sign in to comment.