Skip to content

Commit c074a10

Browse files
react_olx_clone
1 parent a783f80 commit c074a10

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"homepage": "https://farizz7676.github.io/olx",
2+
"homepage": "https://farizz7676.github.io/react_olx_clone",
33
"name": "olx",
44
"version": "0.1.0",
55
"private": true,
@@ -18,8 +18,8 @@
1818
"scripts": {
1919
"start": "react-scripts start",
2020
"build": "react-scripts build",
21-
"predeploy": "npm run build",
22-
"deploy": "gh-pages -d build",
21+
"predeploy":"npm run build",
22+
"deploy":"gh-pages -d build",
2323
"test": "react-scripts test",
2424
"eject": "react-scripts eject"
2525
},
@@ -40,8 +40,5 @@
4040
"last 1 firefox version",
4141
"last 1 safari version"
4242
]
43-
},
44-
"devDependencies": {
45-
"gh-pages": "^5.0.0"
4643
}
4744
}

0 commit comments

Comments
 (0)