Commit be9d1f43 authored by XhmikosR's avatar XhmikosR Committed by Chris Rebert

Specify the files to include in the npm package.

parent 1daca5ac
...@@ -71,6 +71,15 @@ ...@@ -71,6 +71,15 @@
"engines": { "engines": {
"node": "~0.10.1" "node": "~0.10.1"
}, },
"files": [
"dist",
"grunt/*.js",
"grunt/*.json",
"js/*.js",
"scss/**/*.scss",
"Gruntfile.js",
"LICENSE"
],
"jspm": { "jspm": {
"main": "js/bootstrap", "main": "js/bootstrap",
"directories": { "directories": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment