Skip to content

Commit

Permalink
fix(package): fix Angular version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
toverux committed Jun 18, 2020
1 parent 7b2100a commit 6f868d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ngx-sweetalert2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"url": "https://github.com/sweetalert2/ngx-sweetalert2.git"
},
"peerDependencies": {
"@angular/common": ">=8.0.0",
"@angular/core": ">=8.0.0",
"@angular/common": ">=9.0.0",
"@angular/core": ">=9.0.0",
"sweetalert2": "^9.14.4"
}
}

0 comments on commit 6f868d1

Please sign in to comment.