Lighten --production installs

Only examples/*, lib/*, safe.js, themes/* and standard npm files (readme.md, package.json) will be included in the package.
This commit is contained in:
Steven Vachon 2014-11-19 19:39:12 -05:00
parent e9e6557cc0
commit f426e089f2

View File

@ -17,5 +17,11 @@
"engines": {
"node": ">=0.1.90"
},
"main": "./lib/index"
"main": "lib",
"files": [
"examples",
"lib",
"safe.js",
"themes"
]
}