Skip to content

Commit

Permalink
Merge pull request #81 from wittlock/bugfix/various_bugfixes
Browse files Browse the repository at this point in the history
Tweaked dependencies and version bump
  • Loading branch information
wittlock authored May 30, 2018
2 parents a02d592 + f4c272e commit 1c4da6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# angular2-hotkeys
Angular 2.4.x Compatible (v1.x.x)
Angular 4.0.0-beta.x Compatible (v2.x.x)
Angular 5.2.0+ and 6.0.0+ Compatible. Older versions might work but isn't officially tested.
## Installation

To install this library, run:
Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "angular2-hotkeys",
"version": "2.0.3",
"version": "2.1.0",
"scripts": {
"lint": "tslint src/**/*.ts",
"test": "tsc && karma start",
"prepublish": "tsc",
"tsc": "tsc",
"tsc:watch": "tsc --watch",
"ngc": "./node_modules/.bin/ngc -p tsconfig.json"
},
"repository": {
Expand All @@ -29,7 +30,6 @@
},
"main": "./index.js",
"dependencies": {
"@types/mousetrap": "^1.5.32",
"mousetrap": "^1.6.0"
},
"devDependencies": {
Expand All @@ -38,12 +38,17 @@
"@angular/compiler-cli": "4.2.5",
"@angular/core": "4.2.5",
"@types/core-js": "0.9.41",
"@types/mousetrap": "^1.6.0",
"codelyzer": "~3.0.1",
"rxjs": "^5.5.0",
"tslint": "^3.15.1",
"typescript": "~2.3.3",
"zone.js": "^0.8.4"
},
"peerDependencies": {
"@angular/core": "^5.2.0 || ^6.0.0",
"rxjs": "^5.5.0"
},
"engines": {
"node": ">=0.8.0"
}
Expand Down

0 comments on commit 1c4da6c

Please sign in to comment.