mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +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": {
|
||||
"node": "~0.10.1"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"grunt/*.js",
|
||||
"grunt/*.json",
|
||||
"js/*.js",
|
||||
"scss/**/*.scss",
|
||||
"Gruntfile.js",
|
||||
"LICENSE"
|
||||
],
|
||||
"jspm": {
|
||||
"main": "js/bootstrap",
|
||||
"directories": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user