mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Specify the files to include in the npm package.
This commit is contained in:
parent
1daca5ac5c
commit
be9d1f436e
@ -71,6 +71,15 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": "~0.10.1"
|
"node": "~0.10.1"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"grunt/*.js",
|
||||||
|
"grunt/*.json",
|
||||||
|
"js/*.js",
|
||||||
|
"scss/**/*.scss",
|
||||||
|
"Gruntfile.js",
|
||||||
|
"LICENSE"
|
||||||
|
],
|
||||||
"jspm": {
|
"jspm": {
|
||||||
"main": "js/bootstrap",
|
"main": "js/bootstrap",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user