Skip to content

Commit

Permalink
Merge pull request #374 from DevExpress/PeerDependency_changes
Browse files Browse the repository at this point in the history
Add @angular/forms to peerDependency
  • Loading branch information
Aden-git committed Feb 10, 2017
2 parents 119fab1 + 5b29664 commit b26a3b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"peerDependencies": {
"devextreme": "~16.2.4",
"@angular/core": "^2.2.1",
"@angular/common": "^2.2.1"
"@angular/common": "^2.2.1",
"@angular/forms": "^2.2.1"
},
"devDependencies": {
"devextreme": "~16.2.4",
Expand Down Expand Up @@ -86,4 +87,4 @@
"devextreme",
"devexpress"
]
}
}

0 comments on commit b26a3b9

Please sign in to comment.