Skip to content

Commit b3c0b27

Browse files
committed
Fix jsdelivr
1 parent e2e9d29 commit b3c0b27

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
File renamed without changes.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
"version": "1.0.0",
44
"description": "KHR_animation_pointer support for three.js",
55
"type": "module",
6-
"main": "src/index.js",
6+
"main": "index.js",
77
"types": "types/index.d.ts",
88
"exports": {
99
".": {
10-
"import": "./src/index.js"
10+
"import": "./index.js",
11+
"require": "./index.js"
1112
}
1213
},
1314
"files": [

0 commit comments

Comments
 (0)