mind-elixir-yg 1.0.8 → 1.0.9
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 +1 -1
- package/readme.cn.md +7 -1
package/package.json
CHANGED
package/readme.cn.md
CHANGED
|
@@ -147,4 +147,10 @@ https://inspiring-golick-3c01b9.netlify.com/
|
|
|
147
147
|
nodeMenu: true, // 启用节点菜单 default true
|
|
148
148
|
keypress: true, // 启用快捷键 default true
|
|
149
149
|
|
|
150
|
-
属性 root:true (表示根节点,不允许删除和移动)
|
|
150
|
+
属性 root:true (表示根节点,不允许删除和移动)
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
推送到NPM
|
|
154
|
+
先构建再推送
|
|
155
|
+
npm run build
|
|
156
|
+
yarn publish
|