mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Specify the files to include in the npm package.
This commit is contained in:
parent
3b783bd0b5
commit
101cf6b1c0
1 changed files with 10 additions and 0 deletions
10
package.json
10
package.json
|
|
@ -64,6 +64,16 @@
|
|||
"engines": {
|
||||
"node": ">=0.10.1"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"fonts",
|
||||
"grunt/*.js",
|
||||
"grunt/*.json",
|
||||
"js/*.js",
|
||||
"less/**/*.less",
|
||||
"Gruntfile.js",
|
||||
"LICENSE"
|
||||
],
|
||||
"jspm": {
|
||||
"main": "js/bootstrap",
|
||||
"directories": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue