Skip to content

Commit 8d31ffd

Browse files
committed
Mark bugfix release 1.0.2
Include @LoneRifle to the contributor list
1 parent a0de707 commit 8d31ffd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "xml-crypto",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Xml digital signature and encryption library for Node.js",
55
"engines": {
66
"node": ">=0.4.0"
77
},
88
"author": "Yaron Naveh <[email protected]> (http://webservices20.blogspot.com/)",
9+
"contributors": [
10+
"LoneRifle <[email protected]>"
11+
],
912
"dependencies": {
1013
"xmldom": "0.1.27",
1114
"xpath.js": ">=0.0.3"

0 commit comments

Comments
 (0)