@ibiz-template/full-code-template 0.7.40-alpha.2 → 0.7.40-alpha.3
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 -2
- package/static/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiz-template/full-code-template",
|
|
3
|
-
"version": "0.7.40-alpha.
|
|
3
|
+
"version": "0.7.40-alpha.3",
|
|
4
4
|
"description": "vue3全代码模版包,根据包内容生成项目代码。",
|
|
5
5
|
"bin": {
|
|
6
|
-
"
|
|
6
|
+
"code-generator": "src/index.js"
|
|
7
7
|
},
|
|
8
8
|
"scripts": {
|
|
9
9
|
"publish:npm": "npm publish --access public --registry=https://registry.npmjs.org/ --force",
|