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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.cn.md +7 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mind-elixir-yg",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Mind elixir is a free open source mind map core.",
5
5
  "main": "dist/MindElixir.js",
6
6
  "scripts": {
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