Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
fix(package): fixed peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Mar 28, 2018
1 parent edc0559 commit b9636ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"peerDependencies": {
"@ngx-translate/core": ">=10.0.0",
"@angular/core": ">=6.0.0-rc.0",
"@angular/http": ">=6.0.0-rc.0"
"@angular/common": ">=6.0.0-rc.0"
},
"devDependencies": {
"semantic-release": "8.2.3"
Expand Down

0 comments on commit b9636ab

Please sign in to comment.