fixed button

This commit is contained in:
Yusuf İpek
2021-01-25 15:27:43 +03:00
parent d5b70dad81
commit 3ef1599d69
6 changed files with 195 additions and 4 deletions
+7 -1
View File
@@ -1,4 +1,5 @@
{
"homepage": "https://yusufipk.github.io/quote-machine",
"name": "quote-machine",
"version": "0.1.0",
"private": true,
@@ -18,7 +19,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": [
@@ -37,5 +40,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^3.1.0"
}
}