Skip to content

Commit e89e7fc

Browse files
authored
Merge pull request #85 from gkwang/1.2.4
release 1.2.4
2 parents 1688a90 + 93937fd commit e89e7fc

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xml-encryption",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"devDependencies": {
55
"mocha": "^7.1.2",
66
"should": "^11.2.1",
@@ -25,7 +25,10 @@
2525
"xmldom": "~0.6.0",
2626
"xpath": "0.0.32"
2727
},
28-
"files": ["lib", "package-lock.json"],
28+
"files": [
29+
"lib",
30+
"package-lock.json"
31+
],
2932
"scripts": {
3033
"test": "mocha"
3134
},

0 commit comments

Comments
 (0)