@operato/scene-i18n 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-i18n",
3
3
  "description": "i18n 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",
@@ -61,5 +61,5 @@
61
61
  "prettier --write"
62
62
  ]
63
63
  },
64
- "gitHead": "69866123dfa29ef31089a5862be17832449fae1f"
64
+ "gitHead": "0c1d2486d6aee9bb231a6b14a921d547cb2cfeef"
65
65
  }
@@ -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,