Skip to content

Commit

Permalink
chore(docs): bumped bootstrap version to 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yagitoshiro authored and TheSharpieOne committed Oct 3, 2018
1 parent d85f81a commit 5b77a14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Then open [http://localhost:3000/](http://localhost:3000/) to see your app. The
Install reactstrap and Bootstrap from NPM. Reactstrap does not include Bootstrap CSS so this needs to be installed as well:

```
npm install --save [email protected].1
npm install --save [email protected].3
npm install --save reactstrap react@^16.3.2 react-dom@^16.3.2
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-react": "^6.11.1",
"babel-preset-react-app": "^0.2.1",
"bootstrap": "^4.1.1",
"bootstrap": "^4.1.3",
"clean-webpack-plugin": "^0.1.19",
"conventional-changelog-cli": "^1.3.22",
"conventional-recommended-bump": "^0.3.0",
Expand Down

0 comments on commit 5b77a14

Please sign in to comment.