Skip to content

Commit

Permalink
Reorder browser key in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dhritzkiv committed Oct 29, 2024
1 parent ec9280d commit 800865a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "8.1.5",
"description": "Creates a WebGL context without a window",
"main": "index.js",
"browser": "src/javascript/browser-index.js",
"directories": {
"test": "test"
},
"browser": "src/javascript/browser-index.js",
"engines": {
"node": ">=18.0.0"
},
Expand Down

0 comments on commit 800865a

Please sign in to comment.