Skip to content

Commit

Permalink
Revert "fix glsl-colormap needed to be a non-dev dependency"
Browse files Browse the repository at this point in the history
This reverts commit f4be45b.
  • Loading branch information
xinaesthete committed Oct 3, 2024
1 parent 39c6ff2 commit 270733a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"@deck.gl/core": "catalog:"
},
"dependencies": {
"@vivjs/constants": "workspace:*",
"glsl-colormap": "^1.0.1"
"@vivjs/constants": "workspace:*"
},
"devDependencies": {
"@vivjs/types": "workspace:*"
"@vivjs/types": "workspace:*",
"glsl-colormap": "^1.0.1"
},
"unbuild": {
"entries": [
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 270733a

Please sign in to comment.