antd-management-fast-framework 1.12.51 → 1.12.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antd-management-fast-framework",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.52",
|
|
4
4
|
"description": "antd-management-fast-framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"antd-management-fast-framework"
|
|
@@ -209,9 +209,6 @@
|
|
|
209
209
|
"umi": "^3.5.24",
|
|
210
210
|
"umi-plugin-custom-extra": "^1.0.12"
|
|
211
211
|
},
|
|
212
|
-
"peerDependencies": {
|
|
213
|
-
"umi-plugin-custom-extra": "^1.0.12"
|
|
214
|
-
},
|
|
215
212
|
"filesOther": [
|
|
216
213
|
"es",
|
|
217
214
|
"lib",
|
|
@@ -220,7 +217,7 @@
|
|
|
220
217
|
"src/framework",
|
|
221
218
|
"src/utils"
|
|
222
219
|
],
|
|
223
|
-
"gitHead": "
|
|
220
|
+
"gitHead": "26df7155577e757965825d90b6ca833b3a1d9651",
|
|
224
221
|
"gitHooks": {
|
|
225
222
|
"pre-commit": "lint-staged"
|
|
226
223
|
}
|