Skip to content

Commit d3d0c01

Browse files
committed
chore: fix package.json entries and bump version to 0.3.0-next.9
1 parent 2635e5e commit d3d0c01

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "solid-three",
3-
"version": "0.3.0-next.8",
3+
"version": "0.3.0-next.9",
44
"description": "SolidJS bindings for ThreeJS",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/solidjs-community/solid-three.git"
88
},
99
"type": "module",
10-
"module": "./dist/index/index.js",
11-
"main": "./dist/index/index.js",
12-
"types": "./dist/index/index.d.ts",
10+
"module": "./dist/index.js",
11+
"main": "./dist/index.js",
12+
"types": "./dist/index.d.ts",
1313
"sideEffects": false,
1414
"license": "MIT",
1515
"files": [

0 commit comments

Comments
 (0)