Skip to content

Commit fa2636b

Browse files
committed
0.4.12
1 parent 4bfadf7 commit fa2636b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "3d-tiles-renderer",
3-
"version": "0.4.11",
3+
"version": "0.4.12",
44
"description": "https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/specification",
55
"keywords": [
66
"3d-tiles",
@@ -24,14 +24,11 @@
2424
"exports": {
2525
".": "./src/index.js",
2626
"./plugins": "./src/plugins.js",
27-
2827
"./core": "./src/core/renderer/index.js",
2928
"./three": "./src/three/renderer/index.js",
3029
"./r3f": "./src/r3f/index.jsx",
31-
3230
"./core/plugins": "./src/core/plugins/index.js",
3331
"./three/plugins": "./src/three/plugins/index.js",
34-
3532
"./src/*": "./src/*"
3633
},
3734
"scripts": {

0 commit comments

Comments
 (0)