Skip to content

Commit 913e762

Browse files
committed
Updated PeerDeps to allow for Angular 2.3
1 parent dec4075 commit 913e762

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<a name="2.5.1"></a>
2+
# 2.5.1 (2016-12-21)
3+
* Updated PeerDeps to allow for Angular 2.3
4+
15
<a name="2.5.0"></a>
26
# 2.5.0 (2016-12-01)
37
* Added treeAllowDrop to treeDrop directive

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-tree-component",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "A simple yet powerful tree component for Angular2",
55
"author": "Adam Klein <adam@500tech.com>",
66
"homepage": "https://github.com/500tech/angular2-tree-component",
@@ -33,7 +33,7 @@
3333
],
3434
"peerDependencies": {
3535
"@angular/core": "^2.0.0",
36-
"@angular/common": "^2.0.0",
36+
"@angular/common": "^2.0.0"
3737
},
3838
"dependencies": {
3939
"lodash": "^4.6.1"

0 commit comments

Comments
 (0)