Skip to content

Commit

Permalink
Merge pull request #83 from wittlock/bugfix/fixes
Browse files Browse the repository at this point in the history
Bugfix for broken dependency
  • Loading branch information
wittlock authored May 31, 2018
2 parents 1c4da6c + f147866 commit a921e8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-hotkeys",
"version": "2.1.0",
"version": "2.1.2",
"scripts": {
"lint": "tslint src/**/*.ts",
"test": "tsc && karma start",
Expand Down Expand Up @@ -30,15 +30,15 @@
},
"main": "./index.js",
"dependencies": {
"mousetrap": "^1.6.0"
"mousetrap": "^1.6.0",
"@types/mousetrap": "^1.6.0"
},
"devDependencies": {
"@angular/common": "4.2.5",
"@angular/compiler": "4.2.5",
"@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",
Expand Down

0 comments on commit a921e8c

Please sign in to comment.