Skip to content

Commit

Permalink
chore: move gl to optionalDependencies (from devDependencies) in pack…
Browse files Browse the repository at this point in the history
  • Loading branch information
paxbun committed Mar 31, 2022
1 parent 2ecba63 commit 715bc8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-standard": "^4.1.0",
"gl": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"jquery": "^3.6.0",
"jsdom": "^19.0.0",
Expand Down Expand Up @@ -120,6 +119,9 @@
"webpack-merge": "^5.8.0",
"webpack-visualizer-plugin2": "^1.0.0"
},
"optionalDependencies": {
"gl": "^5.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down

0 comments on commit 715bc8c

Please sign in to comment.