This commit is contained in:
Tommy Parnell
2019-06-07 23:50:05 -04:00
parent 28cbbe1504
commit c9b636fa5f
2 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
"name": "grad",
"version": "0.1.0",
"private": true,
"homepage": "https://terribledev.github.io/BethCongrats/",
"dependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
@@ -13,7 +14,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "yarn run build && gh-pages -d build"
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"