diff options
| author | XhmikosR <[email protected]> | 2016-02-27 13:46:57 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-02-27 13:46:57 +0200 |
| commit | e3e9da25168057f20ca0aca91f50f90c4ea3740a (patch) | |
| tree | 38ae06dd051ea678fda7b4823c7ba64146541f8c | |
| parent | 6a1df88bdc2f79ba1a5d973e55269066a1b5f338 (diff) | |
| parent | 258098125283e74a7728ab0d2526e53b8ea359be (diff) | |
| download | bootstrap-e3e9da25168057f20ca0aca91f50f90c4ea3740a.tar.xz bootstrap-e3e9da25168057f20ca0aca91f50f90c4ea3740a.zip | |
Merge pull request #19328 from satsukitv/v4-dev
Include all grunt required files in npm package
| -rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 5266abf6b..568f2a417 100644 --- a/package.json +++ b/package.json @@ -70,8 +70,7 @@ }, "files": [ "dist", - "grunt/*.js", - "grunt/*.json", + "grunt", "js/*.js", "scss/**/*.scss", "Gruntfile.js", |
