Skip to content

Commit

Permalink
Use libxmljs-xmlwriter 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
znerol committed May 21, 2013
1 parent 78371e7 commit 104dfd4
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,5 +1,5 @@
{ "name" : "xmlshim"
, "version" : "0.0.8"
, "version" : "0.0.9"
, "description" : "Provides DOMParser, XMLSerializer and DOMImplementation wrappers in the browser and emulates them on the server-side"
, "keywords" :
[ "XML"
@@ -24,7 +24,7 @@
}
, "dependencies" :
{ "jsdom" : "0.2.x"
, "libxmljs" : "git://github.com/znerol/libxmljs.git#xmlwriter-0.6.1"
, "libxmljs" : "git://github.com/znerol/libxmljs.git#xmlwriter-0.8.1"
}
, "devDependencies" :
{ "browserify" : "1.10.x"

0 comments on commit 104dfd4

Please sign in to comment.