Skip to content

Commit

Permalink
fix(store-github): add debug dependency. fixes #763
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Oct 5, 2024
1 parent ca92293 commit bd2a3f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/store-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"directory": "packages/store-github"
},
"dependencies": {
"@indiekit/error": "^1.0.0-beta.15"
"@indiekit/error": "^1.0.0-beta.15",
"debug": "^4.3.2"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit bd2a3f7

Please sign in to comment.