mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 07:39:57 +02:00
Merge pull request #15809 from twbs/packages.json-files
Specify the files to include in the npm package.
This commit is contained in:
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": {
|
||||||
|
Reference in New Issue
Block a user