0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Specify the files to include in the npm package.

This commit is contained in:
XhmikosR 2015-02-14 14:36:50 +02:00
parent 3b783bd0b5
commit 101cf6b1c0

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