Skip to content

Commit

Permalink
dont pull in tests (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
dosullivan557 committed Feb 9, 2021
1 parent 4fa183c commit 435b1d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "xml-encryption",
"version": "1.2.1",
"version": "1.2.2",
"devDependencies": {
"mocha": "^7.1.2",
"should": "^11.2.1",
Expand All @@ -25,6 +25,7 @@
"xmldom": "~0.1.15",
"xpath": "0.0.27"
},
"files": ["lib", "package-lock.json"],
"scripts": {
"test": "mocha"
},
Expand Down

0 comments on commit 435b1d0

Please sign in to comment.