mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-21 18:11:51 +00:00
Merge pull request #15809 from twbs/packages.json-files
Specify the files to include in the npm package.
This commit is contained in:
commit
f60067f859
1 changed files with 10 additions and 0 deletions
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…
Reference in a new issue