From f426e089f2aec94bb413c5ff200c0d00bc6d607b Mon Sep 17 00:00:00 2001 From: Steven Vachon Date: Wed, 19 Nov 2014 19:39:12 -0500 Subject: [PATCH] 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" + ] }