We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fe97d0 + 493650b commit 76490a8Copy full SHA for 76490a8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mind-elixir",
3
- "version": "1.0.1",
+ "version": "1.1.0",
4
"description": "Mind elixir is a free open source mind map core.",
5
"main": "dist/MindElixir.js",
6
"scripts": {
src/dev.ts
@@ -3,6 +3,7 @@ import MindElixirLite from './index.lite'
import { exportSvg, exportPng } from '../painter/index'
import example from './exampleData/1'
import example2 from './exampleData/2'
+import example3 from './exampleData/3'
7
8
interface Window {
9
currentOperation: any
0 commit comments