Skip to content

Commit

Permalink
Build and readme changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SoorajChandran committed Nov 25, 2017
1 parent 3eb79aa commit b159bf1
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 268 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Simple component for zoom on hover.
Clone the repo

```sh
$ yard add
$ yarn start
$ npm install
$ npm start
```

### Linting
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
"name": "image-hover-zoom",
"version": "0.1.0",
"private": true,
"homepage": "https://soorajchandran.github.io/image-hover-zoom",
"dependencies": {
"gh-pages": "^1.1.0",
"prop-types": "^15.6.0",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-scripts": "1.0.17"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
Expand Down
Loading

0 comments on commit b159bf1

Please sign in to comment.