From dd1518a26074bc2efef47a180dc58d29cbea7f5b Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Tue, 12 Jan 2016 10:01:55 +0100 Subject: [PATCH] Include the whole lib-directory --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 3463574..f84752b 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,7 @@ "files": [ "index.js", "default_index.html", - "lib/errors.js", - "lib/compiler.js", - "lib/loader.js" + "lib/" ], "scripts": { "pretest": "jshint *.js spec",