react-mario-core 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,2 +1,2 @@
1
- # mario-core
1
+ # react-mario-core
2
2
  用于react-mario基础组件构建及渲染
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-mario-core",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "基于react-antd-xform的低代码组件注册器",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",