Skip to content

Commit

Permalink
Upgrade Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanselzer committed Sep 14, 2018
1 parent 767aa29 commit ccaeceb
Show file tree
Hide file tree
Showing 6 changed files with 11,555 additions and 5,459 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ Please [open an issue](https://github.com/ethanselzer/react-image-magnify/issues
```ssh
git clone https://github.com/ethanselzer/react-image-magnify.git
cd react-image-magnify
yarn
yarn run build
npm install
npm run build
cd example
yarn
yarn start
Expand All @@ -152,7 +152,7 @@ If your default browser does not start automatically, open a new browser window
```ssh
git clone https://github.com/ethanselzer/react-image-magnify.git
cd react-image-magnify
yarn
npm install
npm run #See available commands
```

Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"dependencies": {
"bootstrap": "3.3.7",
"react": "16.3.0",
"react": "16.5.0",
"react-bootstrap": "0.31.3",
"react-dom": "16.3.0",
"react-dom": "16.5.0",
"react-helmet": "5.2.0",
"react-image-magnify": "2.6.0",
"react-router": "3.0.5",
Expand Down
Loading

0 comments on commit ccaeceb

Please sign in to comment.