1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 07:14:36 +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:
XhmikosR
2015-02-16 10:58:48 +02:00

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": {