diff options
| author | XhmikosR <[email protected]> | 2015-02-14 14:36:50 +0200 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-02-16 21:36:41 -0800 |
| commit | be9d1f436e9c47c1e911491d523fc62471ca741b (patch) | |
| tree | e7f4e058c51d83b95b596a6cc139797dd4fbb0b9 | |
| parent | 1daca5ac5c5235752e94eed50fdeb62f0cc5c9f0 (diff) | |
| download | bootstrap-be9d1f436e9c47c1e911491d523fc62471ca741b.tar.xz bootstrap-be9d1f436e9c47c1e911491d523fc62471ca741b.zip | |
Specify the files to include in the npm package.
| -rw-r--r-- | package.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json index c79deb30d..b89e6f309 100644 --- a/package.json +++ b/package.json @@ -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": { |
