Skip to content

Commit

Permalink
Updating package.json with properties required for gh-pages module
Browse files Browse the repository at this point in the history
  • Loading branch information
Arsalan-Sadri committed Feb 20, 2019
1 parent f0bde3e commit 6c368ed
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 26 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down
53 changes: 28 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 6c368ed

Please sign in to comment.