mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
Specify the files to include in the npm package.
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user