@operato/scene-gantt 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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@operato/scene-gantt",
3
3
  "description": "Operato Scene Component for Gantt Chart",
4
- "version": "9.0.0-beta.2",
4
+ "version": "9.0.0-beta.4",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "things-scene": true,
@@ -60,5 +60,5 @@
60
60
  "prettier --write"
61
61
  ]
62
62
  },
63
- "gitHead": "69866123dfa29ef31089a5862be17832449fae1f"
63
+ "gitHead": "0c1d2486d6aee9bb231a6b14a921d547cb2cfeef"
64
64
  }
@@ -1,5 +1,5 @@
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,