form-imagining 0.0.2 → 0.0.4

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/README.md CHANGED
@@ -6,7 +6,11 @@
6
6
  │── utils # 工具及插件
7
7
  │── index.ts # 导出单个组件或者整个组件库
8
8
  `
9
+
10
+ ## 组件发布
11
+ npm publish --access public
12
+ npm publish
9
13
  ##
10
14
  提供基础的框架
11
15
  测试
12
- 代码编辑器:monaco-editor
16
+ 代码编辑器:monaco-editor
@@ -1,8 +1,5 @@
1
1
  import { App } from 'vue';
2
2
 
3
- /**
4
- * 按需引入
5
- */
6
3
  /**
7
4
  * 全局引入
8
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "form-imagining",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "创建事业部-表单工具组件",
5
5
  "license": "ISC",
6
6
  "type": "module",
package/dist/package.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "name": "dist",
3
- "version": "1.0.0",
4
- "description": "",
5
- "main": "form-imagining.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
8
- },
9
- "keywords": [],
10
- "author": "",
11
- "license": "ISC"
12
- }