mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 20:02:53 +01:00
Specify the files to include in the npm package.
This commit is contained in:
parent
3b783bd0b5
commit
101cf6b1c0
10
package.json
10
package.json
@ -64,6 +64,16 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.10.1"
|
"node": ">=0.10.1"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"fonts",
|
||||||
|
"grunt/*.js",
|
||||||
|
"grunt/*.json",
|
||||||
|
"js/*.js",
|
||||||
|
"less/**/*.less",
|
||||||
|
"Gruntfile.js",
|
||||||
|
"LICENSE"
|
||||||
|
],
|
||||||
"jspm": {
|
"jspm": {
|
||||||
"main": "js/bootstrap",
|
"main": "js/bootstrap",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user