mirror of
https://github.com/flynx/colors.js.git
synced 2025-10-29 02:50:10 +00:00
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:
parent
e9e6557cc0
commit
f426e089f2
@ -17,5 +17,11 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.1.90"
|
"node": ">=0.1.90"
|
||||||
},
|
},
|
||||||
"main": "./lib/index"
|
"main": "lib",
|
||||||
|
"files": [
|
||||||
|
"examples",
|
||||||
|
"lib",
|
||||||
|
"safe.js",
|
||||||
|
"themes"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user