From c7b3601cc4018d83ca02b7578ae97a1f3462e8f5 Mon Sep 17 00:00:00 2001 From: YanhuiJessica <137126578@qq.com> Date: Tue, 29 Mar 2022 18:27:58 +0800 Subject: [PATCH] unload error fixed caused by the field `homepage` in package.json --- package-lock.json | 5 ++--- package.json | 6 ++---- public/manifest.json | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e06859f..a4088a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "troncuclass", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "troncuclass", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.1.1", @@ -15,7 +15,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", diff --git a/package.json b/package.json index 1c19195..e08207e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "troncuclass", - "version": "0.2.0", + "version": "0.2.1", "private": true, "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.1.1", @@ -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", @@ -47,6 +46,5 @@ "license": "MIT", "bugs": { "url": "https://github.com/YanhuiJessica/TronCUClass/issues" - }, - "homepage": "https://github.com/YanhuiJessica/TronCUClass#readme" + } } diff --git a/public/manifest.json b/public/manifest.json index 3698a70..531136d 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -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",