Skip to content

Commit f21ac0c

Browse files
committed
Add main (e.g. so that https://unpkg.com/three.interactive resolves properly)
1 parent 39003b7 commit f21ac0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "three.interactive",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Fast and simple interaction manager for THREE.js",
55
"type": "module",
66
"types": "./build/index.d.ts",
7+
"main": "./build/three.interactive.js",
78
"module": "./build/three.interactive.js",
89
"scripts": {
910
"test": "echo \"Error: no test specified\" && exit 1",

0 commit comments

Comments
 (0)