Skip to content

Commit

Permalink
Fix: Missing gradient-parser types (#455)
Browse files Browse the repository at this point in the history
Fixes #454
  • Loading branch information
bigtimebuddy authored Apr 10, 2024
1 parent 96a4d3c commit fb69138
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,13 @@
"eslintConfig": {
"extends": "@pixi/eslint-config"
},
"dependencies": {
"@types/gradient-parser": "^0.1.2"
},
"devDependencies": {
"@pixi/eslint-config": "^4.0.1",
"@pixi/extension-scripts": "^2.4.0",
"@pixi/webdoc-template": "^2.2.3",
"@types/gradient-parser": "^0.1.2",
"@webdoc/cli": "^2.2.0",
"base64-to-image": "^1.0.2",
"copyfiles": "^2.4.1",
Expand Down

0 comments on commit fb69138

Please sign in to comment.