0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

Merge pull request #15809 from twbs/packages.json-files

Specify the files to include in the npm package.
This commit is contained in:
XhmikosR 2015-02-16 10:58:48 +02:00
commit f60067f859

View File

@ -64,6 +64,16 @@
"engines": {
"node": ">=0.10.1"
},
"files": [
"dist",
"fonts",
"grunt/*.js",
"grunt/*.json",
"js/*.js",
"less/**/*.less",
"Gruntfile.js",
"LICENSE"
],
"jspm": {
"main": "js/bootstrap",
"directories": {