We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2635e5e commit d3d0c01Copy full SHA for d3d0c01
1 file changed
package.json
@@ -1,15 +1,15 @@
1
{
2
"name": "solid-three",
3
- "version": "0.3.0-next.8",
+ "version": "0.3.0-next.9",
4
"description": "SolidJS bindings for ThreeJS",
5
"repository": {
6
"type": "git",
7
"url": "git+https://github.com/solidjs-community/solid-three.git"
8
},
9
"type": "module",
10
- "module": "./dist/index/index.js",
11
- "main": "./dist/index/index.js",
12
- "types": "./dist/index/index.d.ts",
+ "module": "./dist/index.js",
+ "main": "./dist/index.js",
+ "types": "./dist/index.d.ts",
13
"sideEffects": false,
14
"license": "MIT",
15
"files": [
0 commit comments