Skip to content

Commit

Permalink
Merge pull request #45 from squidit/feature/SQ-61997-melhorias-tela-d…
Browse files Browse the repository at this point in the history
…e-login

Add ngx-countdown on peerDependencies
  • Loading branch information
JonasPeres committed Jan 26, 2024
2 parents dabf352 + 26d529d commit a4a7178
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "@squidit/ngx-css",
"version": "1.3.0",
"version": "1.3.1",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@angular/router": ">=15.0.0",
"@angular/forms": ">=15.0.0",
"lodash.isequal": ">=4.0.0",
"@squidit/css": "latest",
"ngx-mask": ">=15.0.0"
"ngx-mask": ">=15.0.0",
"ngx-countdown": "^16.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit a4a7178

Please sign in to comment.