feat(package): allow of ng2 v2.0.* and v2.*.*
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user