mind-tree-editor
Advanced tools
Comparing version 0.2.5 to 0.2.6
{ | ||
"name": "mind-tree-editor", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "mind editor", | ||
@@ -10,3 +10,4 @@ "main": "lib/index.js", | ||
"dev": "parcel index.html --open", | ||
"build": "rollup -c", | ||
"build": "rollup -c && npm run fix:type", | ||
"fix:type": "cp src/editor/index.d.ts lib/editor.d.ts", | ||
"release": "bash build/release.sh" | ||
@@ -13,0 +14,0 @@ }, |
328461
46
4954