@operato/scene-legend 9.0.0-beta.2 → 9.0.0-beta.4

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/scene-legend",
3
3
  "description": "Legend component for things-scene.",
4
4
  "author": "heartyoh",
5
- "version": "9.0.0-beta.2",
5
+ "version": "9.0.0-beta.4",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.js",
@@ -60,5 +60,5 @@
60
60
  "prettier --write"
61
61
  ]
62
62
  },
63
- "gitHead": "69866123dfa29ef31089a5862be17832449fae1f"
63
+ "gitHead": "0c1d2486d6aee9bb231a6b14a921d547cb2cfeef"
64
64
  }
@@ -1,7 +1,7 @@
1
- import editors from "./dist/editors";
2
- import templates from "./dist/templates";
1
+ import editors from './dist/editors/index.js'
2
+ import templates from './dist/templates/index.js'
3
3
 
4
4
  export default {
5
5
  templates,
6
- editors,
7
- };
6
+ editors
7
+ }