Skip to content

Commit

Permalink
Add main (e.g. so that https://unpkg.com/three.interactive resolves p…
Browse files Browse the repository at this point in the history
…roperly)
  • Loading branch information
markuslerner committed May 11, 2022
1 parent 39003b7 commit f21ac0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "three.interactive",
"version": "1.3.0",
"version": "1.3.1",
"description": "Fast and simple interaction manager for THREE.js",
"type": "module",
"types": "./build/index.d.ts",
"main": "./build/three.interactive.js",
"module": "./build/three.interactive.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit f21ac0c

Please sign in to comment.