Skip to content

Commit 7704e0e

Browse files
smartm0usevalorkin
authored andcommitted
feat(package): relaxed peer dependencies to allow ng v4 (#713)
Add Angular 4 peer dependencies support
1 parent 99c8303 commit 7704e0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"homepage": "https://github.com/valor-software/ng2-file-upload#readme",
4646
"dependencies": {},
4747
"peerDependencies": {
48-
"@angular/common": "^2.3.0",
49-
"@angular/core": "^2.3.0"
48+
"@angular/common": "^2.3.1 || >=4.0.0",
49+
"@angular/core": "^2.3.1 || >=4.0.0"
5050
},
5151
"devDependencies": {
5252
"@angular/common": "2.4.3",

0 commit comments

Comments
 (0)