Skip to content

Commit

Permalink
fix(npm): update angular 2 peer dependency
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the lib now only works with beta >=16 because of a change in pipe arguments
  • Loading branch information
ocombe committed Apr 27, 2016
1 parent 6b0ccbd commit 38ec3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"typings": "./ng2-translate.d.ts",
"homepage": "https://github.com/ocombe/ng2-translate",
"peerDependencies": {
"angular2": ">= 2.0.0-beta.10"
"angular2": ">= 2.0.0-beta.16"
},
"devDependencies": {
"angular2": "2.0.0-beta.16",
Expand Down

0 comments on commit 38ec3f1

Please sign in to comment.