diff --git a/README.md b/README.md index 802fc70..3290d33 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ # :arrow_forward: Deployed Application * See the [application](https://arsalan-sadri.github.io/18_ReactClickyGame/) up and running via GitHub Pages directly from its depository - # :tv: Demo * [Here]() see a short demo of this application on my YouTube channel! diff --git a/package.json b/package.json index d0e59b6..92a61aa 100644 --- a/package.json +++ b/package.json @@ -1,27 +1,30 @@ { - "name": "bootcamp-assign-react-clicky-game", - "version": "0.1.0", - "private": true, - "dependencies": { - "axios": "^0.18.0", - "gh-pages": "^2.0.1", - "react": "^16.5.2", - "react-dom": "^16.5.2", - "react-scripts": "2.0.5" - }, - "scripts": { - "start": "react-scripts start", - "build": "react-scripts build", - "test": "react-scripts test", - "eject": "react-scripts eject" - }, - "eslintConfig": { - "extends": "react-app" - }, - "browserslist": [ - ">0.2%", - "not dead", - "not ie <= 11", - "not op_mini all" - ] + "homepage": "https://arsalan-sadri.github.io/18_ReactClickyGame/", + "name": "bootcamp-assign-react-clicky-game", + "version": "0.1.0", + "private": true, + "dependencies": { + "axios": "^0.18.0", + "gh-pages": "^2.0.1", + "react": "^16.5.2", + "react-dom": "^16.5.2", + "react-scripts": "2.0.5" + }, + "scripts": { + "predeploy": "npm run build", + "deploy": "gh-pages -d build", + "start": "react-scripts start", + "build": "react-scripts build", + "test": "react-scripts test", + "eject": "react-scripts eject" + }, + "eslintConfig": { + "extends": "react-app" + }, + "browserslist": [ + ">0.2%", + "not dead", + "not ie <= 11", + "not op_mini all" + ] }