kakidash 0.3.1 → 0.3.2

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.
@@ -3204,7 +3204,9 @@ class he {
3204
3204
  types: [
3205
3205
  {
3206
3206
  description: "Markdown File",
3207
- accept: { "text/markdown": [".md"] }
3207
+ accept: {
3208
+ "text/markdown": [".md"]
3209
+ }
3208
3210
  }
3209
3211
  ]
3210
3212
  })).createWritable();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kakidash",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "A lightweight, dependency-free Mindmap library for the browser.",
5
5
  "repository": {
6
6
  "type": "git",