From 435b1d0f01b1f218c51f07b01fb90df4a4e108de Mon Sep 17 00:00:00 2001 From: Danny O'Sullivan Date: Tue, 9 Feb 2021 18:38:51 +0000 Subject: [PATCH] dont pull in tests (#80) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c6ccfd3..cd72698 100644 --- a/package.json +++ b/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", @@ -25,6 +25,7 @@ "xmldom": "~0.1.15", "xpath": "0.0.27" }, + "files": ["lib", "package-lock.json"], "scripts": { "test": "mocha" },