From d0183a44ffef4072a7af6dab90c88d822fa3e59c Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 10 Jan 2014 08:13:51 -0800 Subject: [PATCH] Don't need unittests.html in node --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84ea9900..66e225fa 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "files": [ "dist/openpgp-min.js", - "test/unittests.html", "test/unittests.js", "test/general", "test/crypto" + "test/unittests.js", "test/general", "test/crypto" ], "scripts": { "pretest": "grunt",