We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39003b7 commit f21ac0cCopy full SHA for f21ac0c
package.json
@@ -1,9 +1,10 @@
1
{
2
"name": "three.interactive",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "Fast and simple interaction manager for THREE.js",
5
"type": "module",
6
"types": "./build/index.d.ts",
7
+ "main": "./build/three.interactive.js",
8
"module": "./build/three.interactive.js",
9
"scripts": {
10
"test": "echo \"Error: no test specified\" && exit 1",
0 commit comments