Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Omri Katz committed Jul 22, 2020
1 parent 35e4d34 commit 71e506b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/ng-keyboard-shortcuts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-keyboard-shortcuts",
"version": "7.1.10",
"version": "7.1.11",
"description": "Dead Simple Keyboard Shortcuts Management for Angular 2+",
"keywords": [
"angular",
Expand All @@ -15,8 +15,8 @@
"repository": "github.com/omridevk/ng-keyboard-shortcuts",
"bugs": "https://github.com/omridevk/ng-keyboard-shortcuts/issues",
"peerDependencies": {
"@angular/core": "^7.0.0 || ^8.0.0 || ^9.0.0",
"@angular/common": "^7.0.0 || ^8.0.0 || ^9.0.0",
"@angular/core": "^7.0.0 || ^8.0.0",
"@angular/common": "^7.0.0 || ^8.0.0",
"rxjs": "^6.0.0",
"zone.js": "^0.9.1 || ^0.10.2",
"core-js": "^2.5.4"
Expand Down

0 comments on commit 71e506b

Please sign in to comment.