Commit f60067f8 authored by XhmikosR's avatar XhmikosR

Merge pull request #15809 from twbs/packages.json-files

Specify the files to include in the npm package.
parents 3b783bd0 101cf6b1
...@@ -64,6 +64,16 @@ ...@@ -64,6 +64,16 @@
"engines": { "engines": {
"node": ">=0.10.1" "node": ">=0.10.1"
}, },
"files": [
"dist",
"fonts",
"grunt/*.js",
"grunt/*.json",
"js/*.js",
"less/**/*.less",
"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