Skip to content

Commit

Permalink
unload error fixed
Browse files Browse the repository at this point in the history
caused by the field `homepage` in package.json
  • Loading branch information
YanhuiJessica committed Mar 29, 2022
1 parent 61a4812 commit c7b3601
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troncuclass",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
Expand All @@ -9,7 +9,6 @@
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"babel-plugin-macros": "^3.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0",
Expand Down Expand Up @@ -47,6 +46,5 @@
"license": "MIT",
"bugs": {
"url": "https://github.com/YanhuiJessica/TronCUClass/issues"
},
"homepage": "https://github.com/YanhuiJessica/TronCUClass#readme"
}
}
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"manifest_version": 2,
"name": "TronCUClass",
"version": "0.2.0",
"version": "0.2.1",

"description": "CUC 畅课课件下载(支持所有格式) Download coursewares for CUC Tronclass (all types available)",
"homepage_url": "https://github.com/YanhuiJessica/TronCUClass",
Expand Down

0 comments on commit c7b3601

Please sign in to comment.