Skip to content

Commit 38ec3f1

Browse files
committed
fix(npm): update angular 2 peer dependency
BREAKING CHANGE: the lib now only works with beta >=16 because of a change in pipe arguments
1 parent 6b0ccbd commit 38ec3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"typings": "./ng2-translate.d.ts",
2828
"homepage": "https://github.com/ocombe/ng2-translate",
2929
"peerDependencies": {
30-
"angular2": ">= 2.0.0-beta.10"
30+
"angular2": ">= 2.0.0-beta.16"
3131
},
3232
"devDependencies": {
3333
"angular2": "2.0.0-beta.16",

0 commit comments

Comments
 (0)