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
1 changed files with 9 additions and 0 deletions

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