Merge pull request #93 from stevenvachon/patch-1

Lighten --production installs
This commit is contained in:
Pavan Kumar Sunkara 2015-01-24 14:01:59 +01:00
commit ced7bfd007

View File

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