Skip to content

Commit

Permalink
Clarify that it works with Angular >=1.4.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Apr 5, 2016
1 parent ed8c1ed commit 2c87241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"typings": "dist/index.d.ts",

"dependencies": {
"angular": "^1.5.3"
"angular": "^1.4.0"
},
"peerDependencies": {
"angular": "^1.5.3"
"angular": "^1.4.0"
},
"devDependencies": {
"typescript": "^1.8.9",
Expand Down

0 comments on commit 2c87241

Please sign in to comment.