0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +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 committed by Chris Rebert
parent 1daca5ac5c
commit be9d1f436e

View File

@ -71,6 +71,15 @@
"engines": {
"node": "~0.10.1"
},
"files": [
"dist",
"grunt/*.js",
"grunt/*.json",
"js/*.js",
"scss/**/*.scss",
"Gruntfile.js",
"LICENSE"
],
"jspm": {
"main": "js/bootstrap",
"directories": {