diff --git a/AccountCenter/package.json b/AccountCenter/package.json index e687973c4019ab29fbe5ec2b51cba13d08b670f9..448486cb85927d39138a3083953d60e5c41cc923 100644 --- a/AccountCenter/package.json +++ b/AccountCenter/package.json @@ -21,5 +21,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/AccountSettings/package.json b/AccountSettings/package.json index 298c2698a78f86bf23b23aa1d5ea55e959c64ea8..8cbf073d570e491ffb472edf31ccc34acf7879d2 100644 --- a/AccountSettings/package.json +++ b/AccountSettings/package.json @@ -21,5 +21,8 @@ "umi": "^2.6.9", "umi-plugin-block-dev": "^1.0.0", "umi-plugin-react": "^1.3.0-beta.1" + }, + "blockConfig": { + "specVersion": "0.1" } } \ No newline at end of file diff --git a/AdvancedForm/package.json b/AdvancedForm/package.json index 39b5c0179933e6e6355ab8bb4e61233deb2ce254..94cb2c8f54bc34f5cd2ed2a0813873bf6b61a694 100644 --- a/AdvancedForm/package.json +++ b/AdvancedForm/package.json @@ -22,5 +22,8 @@ "umi": "^2.6.9", "umi-plugin-block-dev": "^1.0.0", "umi-plugin-react": "^1.7.2" + }, + "blockConfig": { + "specVersion": "0.1" } } \ No newline at end of file diff --git a/AdvancedProfile/package.json b/AdvancedProfile/package.json index 43a044fc0abc586552eb9015e28ff36705b68463..aa792fd7b749a409779a44a6e8d757d954d65235 100644 --- a/AdvancedProfile/package.json +++ b/AdvancedProfile/package.json @@ -24,5 +24,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/Analysis/package.json b/Analysis/package.json index 3cc7f0b33517a55cfd00ffb171295b7fa530ddff..27d43abc0958c04e69deda18006000ff406caf86 100644 --- a/Analysis/package.json +++ b/Analysis/package.json @@ -28,5 +28,8 @@ "umi-plugin-block-dev": "^1.1.0", "umi-plugin-react": "^1.7.2", "@types/numeral": "^0.0.25" + }, + "blockConfig": { + "specVersion": "0.1" } } \ No newline at end of file diff --git a/BasicForm/package.json b/BasicForm/package.json index 9a8800894c74a296c6a31af2f6d3fecf40a255f5..535fc2cde55015b096c00bc7f051f037dcc3c28b 100644 --- a/BasicForm/package.json +++ b/BasicForm/package.json @@ -22,5 +22,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/BasicList/package.json b/BasicList/package.json index bd684cdfdea5ed842bcabab30005b7f3136dc4fb..0900ea73dccc9f3293de8b962c910ed3d3229900 100644 --- a/BasicList/package.json +++ b/BasicList/package.json @@ -24,5 +24,8 @@ "umi": "^2.6.9", "umi-plugin-block-dev": "^1.0.0", "umi-plugin-react": "^1.7.2" + }, + "blockConfig": { + "specVersion": "0.1" } } \ No newline at end of file diff --git a/BasicProfile/package.json b/BasicProfile/package.json index 853d5343844ea31f193ac7431acb09afa7d5a6b4..a46b0b246e51729f678f57916c38c60aae92e0df 100644 --- a/BasicProfile/package.json +++ b/BasicProfile/package.json @@ -21,5 +21,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/CardList/package.json b/CardList/package.json index 2106ac91c247fef73d00f6578598cb4e8269d9d8..f4d3d00c6d4bbc104c41c2bf3bcfe4f4ae116344 100644 --- a/CardList/package.json +++ b/CardList/package.json @@ -21,5 +21,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/Exception403/package.json b/Exception403/package.json index a7c7db7d808cb9c028e7d1c9f844b2701750dcd5..d69278524f3e14718877d8e46163680a60382eda 100644 --- a/Exception403/package.json +++ b/Exception403/package.json @@ -21,5 +21,8 @@ "devDependencies": { "umi-plugin-block-dev": "^1.3.0" }, - "license": "MIT" + "license": "MIT", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/Exception404/package.json b/Exception404/package.json index 24893ffb6fb5863790be6709c6c4014db11f076e..34f54e3b787738b57766e2adcf4e7ddb8f2cc52a 100644 --- a/Exception404/package.json +++ b/Exception404/package.json @@ -20,5 +20,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "MIT" -} + "license": "MIT", + "blockConfig": { + "specVersion": "0.1" + } +} \ No newline at end of file diff --git a/Exception500/package.json b/Exception500/package.json index 81cae72ed6e920ecec3c866ff0400f4b5b64ad49..2491789b8b04c16f8f2fc3d99d3cf37335de93be 100644 --- a/Exception500/package.json +++ b/Exception500/package.json @@ -20,5 +20,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "MIT" -} + "license": "MIT", + "blockConfig": { + "specVersion": "0.1" + } +} \ No newline at end of file diff --git a/Monitor/package.json b/Monitor/package.json index 0c00322047a59b749ff81f7aa902c8fdcd5d1b65..c8ee83f0aac172352bca0f058b5102771ae62fdb 100644 --- a/Monitor/package.json +++ b/Monitor/package.json @@ -28,5 +28,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/ResultFail/package.json b/ResultFail/package.json index 601520e6921e764fb32d8c3941dd8bcf333aff46..a7dcdb1f9674684dc1cac1b33436b2b3f8f6e2b4 100644 --- a/ResultFail/package.json +++ b/ResultFail/package.json @@ -19,5 +19,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/ResultSuccess/package.json b/ResultSuccess/package.json index b36d8616aeca90f0f82b86b07d823c800fca6995..b8d1e3a371e37e29399a5a07080ecd787633c9e8 100644 --- a/ResultSuccess/package.json +++ b/ResultSuccess/package.json @@ -19,5 +19,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/SearchListApplications/package.json b/SearchListApplications/package.json index 03aa7ffe5727554d3c842a100434f972c075e988..abdf1efc16fca21c1a23d9936d0a789a9a10f107 100644 --- a/SearchListApplications/package.json +++ b/SearchListApplications/package.json @@ -26,5 +26,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/SearchListArticles/package.json b/SearchListArticles/package.json index 55ba68c33c4d6571de2b4b53697b530501ffb206..36299fce1a893dbb77c8d6dbf84366777ea5f887 100644 --- a/SearchListArticles/package.json +++ b/SearchListArticles/package.json @@ -23,5 +23,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/SearchListProjects/package.json b/SearchListProjects/package.json index 8869ff24b5bfc789e3c552a079a1393eb542f3e1..e61f9e39614c663c81031292de06c921cc3a7695 100644 --- a/SearchListProjects/package.json +++ b/SearchListProjects/package.json @@ -23,5 +23,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/StepForm/package.json b/StepForm/package.json index 2f3caad5bb4d5fdabbaa502abb172a3852795e71..96150fee66224b4ec4293109e88d6b2558a371b6 100644 --- a/StepForm/package.json +++ b/StepForm/package.json @@ -22,5 +22,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/TableList/package.json b/TableList/package.json index f661a0ecf11c223ff07884bf4ea72b8e5109dff2..a2293e525b6eea87c309a6656ce978eb2ab594dd 100644 --- a/TableList/package.json +++ b/TableList/package.json @@ -22,5 +22,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/UserLogin/package.json b/UserLogin/package.json index 098c6f58c07d698cf0221c3f29c608f364c0d440..8d2af3f1fac09256d240ef9a464e9e1cf9d69b98 100644 --- a/UserLogin/package.json +++ b/UserLogin/package.json @@ -23,5 +23,8 @@ "umi-plugin-block-dev": "^1.0.0", "umi-plugin-react": "^1.3.0-beta.1" }, - "license": "MIT" + "license": "MIT", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/UserRegister/package.json b/UserRegister/package.json index d00479f6cd448a80c1fba2334839a0629d432eed..b5887e92cc111f8e143210cd3ac8b4596e2e1b64 100644 --- a/UserRegister/package.json +++ b/UserRegister/package.json @@ -24,5 +24,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "MIT" + "license": "MIT", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/UserRegisterResult/package.json b/UserRegisterResult/package.json index 6872d14a64bf29ce69f4788d96c983cdd082fc56..11b360493444e21d850d79eb4f8e2a2ddd40d5c6 100644 --- a/UserRegisterResult/package.json +++ b/UserRegisterResult/package.json @@ -19,5 +19,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "MIT" + "license": "MIT", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/Workplace/package.json b/Workplace/package.json index 1adc1a0e9bf036222b7b3785e1cd7a7302464870..c382be0acedb40743a3dad56551e8606d5625b79 100644 --- a/Workplace/package.json +++ b/Workplace/package.json @@ -24,5 +24,8 @@ "umi-plugin-block-dev": "^1.0.0", "umi-plugin-react": "^1.3.0-beta.1" }, - "license": "MIT" -} + "license": "MIT", + "blockConfig": { + "specVersion": "0.1" + } +} \ No newline at end of file