Skip to content

Commit

Permalink
Remove main target, because the linked file isn't in CJS format. Comp…
Browse files Browse the repository at this point in the history
…ilers should resolve the module target.
  • Loading branch information
markuslerner committed Jun 11, 2022
1 parent a88464a commit b4b1300
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "three.interactive",
"version": "1.3.2",
"version": "1.4.0",
"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 b4b1300

Please sign in to comment.