diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2018-05-22 08:52:49 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-05-22 08:52:49 -0500 |
commit | e801adbca779edf9917b578991ad51b8f9529063 (patch) | |
tree | e2dd200829d6a6df0a8026b368cfc358dc59e78c | |
parent | 524d1a6ff63bf37ad87e12b683a9bfef785868a5 (diff) | |
download | gitlab-ce-e801adbca779edf9917b578991ad51b8f9529063.tar.gz |
Goodbye bootstrap-sass
-rw-r--r-- | package.json | 1 | ||||
-rw-r--r-- | yarn.lock | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/package.json b/package.json index a2b369985b2..83539c269b7 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,6 @@ "babel-preset-stage-2": "^6.24.1", "blackst0ne-mermaid": "^7.1.0-fixed", "bootstrap": "4.1", - "bootstrap-sass": "^3.3.6", "brace-expansion": "^1.1.8", "chart.js": "1.0.2", "classlist-polyfill": "^1.2.0", diff --git a/yarn.lock b/yarn.lock index 4137d5c8128..e222565e906 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1270,10 +1270,6 @@ boom@5.x.x: dependencies: hoek "4.x.x" -bootstrap-sass@^3.3.6: - version "3.3.6" - resolved "https://registry.yarnpkg.com/bootstrap-sass/-/bootstrap-sass-3.3.6.tgz#363b0d300e868d3e70134c1a742bb17288444fd1" - bootstrap@4.1: version "4.1.0" resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.1.0.tgz#110b05c31a236d56dbc9adcda6dd16f53738a28a" |