diff options
author | Enrique Alcántara <ealcantara@gitlab.com> | 2019-06-18 23:24:51 +0000 |
---|---|---|
committer | Enrique Alcántara <ealcantara@gitlab.com> | 2019-06-18 23:24:51 +0000 |
commit | fff1ccf7e2bbd7724147254e2208b103b1d36f7b (patch) | |
tree | ddaa0f9f481ceb4b4ed5b9668ae73548bbea95b8 | |
parent | 5d3d1c0b7fe76689a17a4159bd602254e134ed63 (diff) | |
download | gitlab-ce-bootstrap-peer-dependency.tar.gz |
Apply suggestion to package.jsonbootstrap-peer-dependency
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 5598115e359..bba7a7963cf 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "xterm": "^3.5.0" }, "peerDependencies": { - "bootstrap": "^4.3.1" + "bootstrap": "*" }, "devDependencies": { "@babel/plugin-transform-modules-commonjs": "^7.2.0", |