Skip to content

Commit

Permalink
add(peerDependencies): qrcode-generator (#97)
Browse files Browse the repository at this point in the history
* add(peerDependencies): qrcode-generator 

Add missing qrcode-generator inside the package.json, peerDependencies declaration to avoid "Can't resolve" error

* perf(peerDependencies): remove kjua-svg
  • Loading branch information
rbalet authored Jun 3, 2024
1 parent d145c43 commit 164a233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngx-kjua/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"peerDependencies": {
"@angular/common": ">=14.0.0",
"@angular/core": ">=14.0.0",
"kjua-svg": "^1.13.1"
"qrcode-generator": "^1.4.4",
},
"dependencies": {
"tslib": "^2.6.2"
Expand Down

0 comments on commit 164a233

Please sign in to comment.