diff options
| author | XhmikosR <[email protected]> | 2015-02-14 14:36:50 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-02-15 11:43:36 +0200 |
| commit | 101cf6b1c077d4eb76dddf978d2a6f1a04cf6815 (patch) | |
| tree | 94659829dfe98f17bd27fe4d3b943275abd75041 | |
| parent | 3b783bd0b55da22e5a138670668b894b74d29676 (diff) | |
| download | bootstrap-101cf6b1c077d4eb76dddf978d2a6f1a04cf6815.tar.xz bootstrap-101cf6b1c077d4eb76dddf978d2a6f1a04cf6815.zip | |
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": { |
