Skip to content

Commit

Permalink
Merge pull request #4 from valorkin/master
Browse files Browse the repository at this point in the history
updated version of libxmljs dependency (0.7 fails to node-gyp rebuild )
  • Loading branch information
philjackson committed Dec 8, 2013
2 parents a4abe14 + 0831602 commit 2d0ea4c
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,7 +2,7 @@
"author": "Phil Jackson <phil@apiaxle.com> (http://apiaxle.com)",
"name": "js2xml",
"description": "Convert arbitary javascript to simple XML. Developed for ApiAxle.",
"version": "0.0.6",
"version": "0.0.7",
"main": "./lib/js2xml",
"repository": {
"url": ""
Expand All @@ -29,7 +29,7 @@
"node": ">0.4"
},
"dependencies": {
"libxmljs": "0.7"
"libxmljs": "0.8.1"
},
"devDependencies": {
"coffee-script": "~1"
Expand Down

0 comments on commit 2d0ea4c

Please sign in to comment.