Skip to content

Commit

Permalink
Merge branch 'uzair-portfolio'
Browse files Browse the repository at this point in the history
  • Loading branch information
uzair004 committed Jul 28, 2024
2 parents cc559f7 + 4a5eb7a commit 1fd4b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"homepage": "https://developerfolio.js.org/",
"homepage": "https://uzair004.github.io",
"name": "developerfolio",
"version": "0.1.0",
"private": true,
Expand All @@ -24,7 +24,7 @@
"predeploy": "npm run build",
"start": "node fetch.js && react-scripts start",
"build": "node fetch.js && react-scripts build",
"deploy": "gh-pages -b master -d build",
"deploy": "gh-pages -b gh-pages -d build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "prettier --write \"./**/*.{js,css,json,scss}\"",
Expand Down

0 comments on commit 1fd4b7a

Please sign in to comment.