From f426e089f2aec94bb413c5ff200c0d00bc6d607b Mon Sep 17 00:00:00 2001 From: Steven Vachon Date: Wed, 19 Nov 2014 19:39:12 -0500 Subject: [PATCH 1/2] Lighten --production installs Only examples/*, lib/*, safe.js, themes/* and standard npm files (readme.md, package.json) will be included in the package. --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dc6ce6b..04a9cd8 100644 --- a/package.json +++ b/package.json @@ -17,5 +17,11 @@ "engines": { "node": ">=0.1.90" }, - "main": "./lib/index" + "main": "lib", + "files": [ + "examples", + "lib", + "safe.js", + "themes" + ] } From cedfadc350a839258c5334440aec9fc9810375c5 Mon Sep 17 00:00:00 2001 From: Steven Vachon Date: Fri, 23 Jan 2015 09:23:11 -0500 Subject: [PATCH 2/2] added license --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 04a9cd8..d759f3b 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "files": [ "examples", "lib", + "LICENSE", "safe.js", "themes" ]