Skip to content

Commit 800865a

Browse files
committed
Reorder browser key in package.json
1 parent ec9280d commit 800865a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "8.1.5",
44
"description": "Creates a WebGL context without a window",
55
"main": "index.js",
6+
"browser": "src/javascript/browser-index.js",
67
"directories": {
78
"test": "test"
89
},
9-
"browser": "src/javascript/browser-index.js",
1010
"engines": {
1111
"node": ">=18.0.0"
1212
},

0 commit comments

Comments
 (0)