Skip to content

Commit

Permalink
chore(package): peer dependencies relaxed
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Oct 7, 2016
1 parent 5e2b93d commit 7b86a6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"homepage": "https://github.com/valor-software/ng2-table#readme",
"dependencies": {},
"peerDependencies": {
"@angular/common": "2.0.1",
"@angular/compiler": "2.0.1",
"@angular/core": "2.0.1",
"@angular/forms": "2.0.1"
"@angular/common": "~2.0.0",
"@angular/compiler": "~2.0.0",
"@angular/core": "~2.0.0",
"@angular/forms": "~2.0.0"
},
"devDependencies": {
"@angular/common": "2.0.1",
Expand Down

0 comments on commit 7b86a6b

Please sign in to comment.