diff options
| author | XhmikosR <[email protected]> | 2015-02-16 10:58:48 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-02-16 10:58:48 +0200 |
| commit | f60067f85939cd0c5504e048c4a401a2f67042e6 (patch) | |
| tree | 94659829dfe98f17bd27fe4d3b943275abd75041 | |
| parent | 3b783bd0b55da22e5a138670668b894b74d29676 (diff) | |
| parent | 101cf6b1c077d4eb76dddf978d2a6f1a04cf6815 (diff) | |
| download | bootstrap-f60067f85939cd0c5504e048c4a401a2f67042e6.tar.xz bootstrap-f60067f85939cd0c5504e048c4a401a2f67042e6.zip | |
Merge pull request #15809 from twbs/packages.json-files
Specify the files to include in the npm package.
| -rw-r--r-- | package.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package.json b/package.json index f4c9a33d3..30b75b71b 100644 --- a/package.json +++ b/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": { |
