Skip to content

Commit 435b1d0

Browse files
dont pull in tests (#80)
1 parent 4fa183c commit 435b1d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xml-encryption",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"devDependencies": {
55
"mocha": "^7.1.2",
66
"should": "^11.2.1",
@@ -25,6 +25,7 @@
2525
"xmldom": "~0.1.15",
2626
"xpath": "0.0.27"
2727
},
28+
"files": ["lib", "package-lock.json"],
2829
"scripts": {
2930
"test": "mocha"
3031
},

0 commit comments

Comments
 (0)