Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentros Alexandros authored and Kentros Alexandros committed Mar 28, 2019
1 parent adf94f9 commit bba5b01
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -21,3 +21,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
143 changes: 143 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions package.json
@@ -1,4 +1,5 @@
{
"homepage":"https://goxr3plus.github.io/React-Router-V5-Tutorial/",
"name": "router-tutorials",
"version": "0.1.0",
"private": true,
Expand All @@ -12,7 +13,9 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
Expand All @@ -22,5 +25,8 @@
"not dead",
"not ie <= 11",
"not op_mini all"
]
],
"devDependencies": {
"gh-pages": "^2.0.1"
}
}

0 comments on commit bba5b01

Please sign in to comment.