Skip to content

Commit 1c1f950

Browse files
committed
point to unchecked index as used at prod build
1 parent 117d8d5 commit 1c1f950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@plotly/regl",
33
"version": "2.1.1",
44
"description": "regl is a fast functional WebGL framework.",
5-
"main": "dist/regl.js",
5+
"main": "dist/regl.unchecked.js",
66
"types": "dist/regl.d.ts",
77
"files": [
88
"regl.js",

0 commit comments

Comments
 (0)