Skip to content

Commit

Permalink
Fix Yarn's bootstrap warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cetinajero committed May 9, 2019
1 parent 8c6ef8c commit 85d4225
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ yarn-error.log
!/assets/node_modules/@fortawesome/fontawesome-free-solid/index.js

# bootstrap
/assets/node_modules/popper.js/
/assets/node_modules/bootstrap/docs/
/assets/node_modules/bootstrap/fonts/
/assets/node_modules/bootstrap/grunt/
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"jspdf": "latest",
"lightslider": "latest",
"lunr": "latest",
"popper.js": "latest",
"vue": "latest"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,11 @@ performance-now@^2.1.0:
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=

popper.js@latest:
version "1.15.0"
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.15.0.tgz#5560b99bbad7647e9faa475c6b8056621f5a4ff2"
integrity sha512-w010cY1oCUmI+9KwwlWki+r5jxKfTFDVoadl7MSrIujHU5MJ5OR6HTDj6Xo8aoR/QsA56x8jKjA59qGH4ELtrA==

prelude-ls@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
Expand Down

0 comments on commit 85d4225

Please sign in to comment.