@umbraci/jsmind 0.10.7 → 0.10.8

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 (1) hide show
  1. package/package.json +6 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraci/jsmind",
3
- "version": "0.10.7",
3
+ "version": "0.10.8",
4
4
  "description": "jsMind is a pure javascript library for mindmap, it base on html5 canvas. jsMind was released under BSD license, you can embed it in any project, if only you observe the license.",
5
5
  "main": "lib/jsmind.js",
6
6
  "module": "es/jsmind.js",
@@ -99,7 +99,11 @@
99
99
  "testEnvironment": "jsdom"
100
100
  },
101
101
  "sideEffects": [
102
- "./es6/*"
102
+ "./es6/*",
103
+ "./es/*.js",
104
+ "./lib/*.js",
105
+ "./dist/*.js",
106
+ "./style/*.css"
103
107
  ],
104
108
  "dependencies": {
105
109
  "fast-equals": "^5.3.2"