Skip to content

Commit 64a5a0a

Browse files
committed
Fix package.json
1 parent 7503b7d commit 64a5a0a

File tree

2 files changed

+0
-186
lines changed

2 files changed

+0
-186
lines changed

package-lock.json

Lines changed: 0 additions & 180 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "react-complete-guide",
33
"version": "0.1.0",
4-
"homepage": "https://zntb.github.io/React-Tasks",
54
"private": true,
65
"dependencies": {
76
"@testing-library/jest-dom": "^5.11.6",
@@ -13,8 +12,6 @@
1312
"web-vitals": "^0.2.4"
1413
},
1514
"scripts": {
16-
"predeploy": "npm run build",
17-
"deploy": "gh-pages -d build",
1815
"start": "react-scripts start",
1916
"build": "react-scripts build",
2017
"test": "react-scripts test",
@@ -37,8 +34,5 @@
3734
"last 1 firefox version",
3835
"last 1 safari version"
3936
]
40-
},
41-
"devDependencies": {
42-
"gh-pages": "^6.1.0"
4337
}
4438
}

0 commit comments

Comments
 (0)