Skip to content

Commit

Permalink
feat(package): allow of ng2 v2.0.* and v2.*.*
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Oct 17, 2016
1 parent ad1d710 commit 87395e6
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 @@ -50,10 +50,10 @@
"homepage": "https://github.com/valor-software/ng2-file-upload#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 87395e6

Please sign in to comment.