We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a783f80 commit c074a10Copy full SHA for c074a10
1 file changed
package.json
@@ -1,5 +1,5 @@
1
{
2
- "homepage": "https://farizz7676.github.io/olx",
+ "homepage": "https://farizz7676.github.io/react_olx_clone",
3
"name": "olx",
4
"version": "0.1.0",
5
"private": true,
@@ -18,8 +18,8 @@
18
"scripts": {
19
"start": "react-scripts start",
20
"build": "react-scripts build",
21
- "predeploy": "npm run build",
22
- "deploy": "gh-pages -d build",
+ "predeploy":"npm run build",
+ "deploy":"gh-pages -d build",
23
"test": "react-scripts test",
24
"eject": "react-scripts eject"
25
},
@@ -40,8 +40,5 @@
40
"last 1 firefox version",
41
"last 1 safari version"
42
]
43
- },
44
- "devDependencies": {
45
- "gh-pages": "^5.0.0"
46
}
47
0 commit comments