Skip to content

Commit 5b990ac

Browse files
committed
Move "gl" to normal dependencies
Required for 3D in node.js
1 parent 50e5dc7 commit 5b990ac

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
@@ -35,6 +35,7 @@
3535
"dependencies": {
3636
"@oneidentity/zstd-js": "^1.0.3",
3737
"canvas": "^2.11.2",
38+
"gl": "^8.0.2",
3839
"jsdom": "^22.1.0",
3940
"mathjax": "3.2.2",
4041
"tmp": "^0.2.1",
@@ -68,7 +69,6 @@
6869
"eslint-plugin-import": "^2.28.1",
6970
"eslint-plugin-n": "^15.7.0",
7071
"eslint-plugin-promise": "^6.1.1",
71-
"gl": "^8.0.2",
7272
"jsdoc": "^4.0.2",
7373
"magic-string": "^0.30.0",
7474
"mocha": "9",

0 commit comments

Comments
 (0)