We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02edf0d commit babe228Copy full SHA for babe228
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "xml-crypto",
3
- "version": "0.0.15",
+ "version": "0.0.16",
4
"description": "Xml digital signature and encryption library for Node.js",
5
"engines": { "node": ">=0.4.0" },
6
"author": "Yaron Naveh ([email protected], http://webservices20.blogspot.com/)",
7
"dependencies": {
8
- "xmldom": "git://github.com/yaronn/xmldom.git",
+ "xmldom": "git+https://github.com/yaronn/xmldom.git",
9
"xpath.js": ">=0.0.3"
10
},
11
"devDependencies": {
0 commit comments