Skip to content

Commit 22d1f00

Browse files
Update dependencies (#130)
- update sax to 1.2.x - update xmlbuilder to 8.2.x
1 parent 0e433dd commit 22d1f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
}
1818
, "main" : "./lib/xmlrpc.js"
1919
, "dependencies" : {
20-
"sax" : "0.6.x"
21-
, "xmlbuilder" : "2.6.x"
20+
"sax" : "1.2.x"
21+
, "xmlbuilder" : "8.2.x"
2222
}
2323
, "devDependencies" : {
2424
"vows" : "0.7.x"

0 commit comments

Comments
 (0)