diff options
| author | Arthur Franco <[email protected]> | 2017-08-14 13:09:38 -0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-14 14:03:06 -0700 |
| commit | 6d6d42b56ac804fe25eac07e540992227095aad8 (patch) | |
| tree | 6b3efc26fcda05f79b384d87adca64798759c866 | |
| parent | 1cfbc2c62df86ed1d243591160634965eb0ef2b7 (diff) | |
| download | bootstrap-6d6d42b56ac804fe25eac07e540992227095aad8.tar.xz bootstrap-6d6d42b56ac804fe25eac07e540992227095aad8.zip | |
Adding Gemfile to package.json
Gemfile was missing. Couldn't compile documentation when using npm.
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 196657782..0f0618284 100644 --- a/package.json +++ b/package.json @@ -100,6 +100,7 @@ ".babelrc", ".eslintignore", "Gruntfile.js", + "Gemfile", "dist", "build", "js/.eslintrc.json", |
