Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Commit

Permalink
fix(compile): Fix compilation issue with ng2-file-upload module
Browse files Browse the repository at this point in the history
Fix 'FileUploadModule is not an NgModule' issue while compiling with angular-cli 1.0.0-beta.24

#9
  • Loading branch information
jboulay committed Jan 6, 2017
1 parent b501d46 commit 85ff1d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"zone.js": "^0.6.12"
},
"peerDependencies": {
"@angular/core": "^2.0.0"
"@angular/core": "^2.2.0"
},
"files": [
"dist"
Expand All @@ -98,6 +98,6 @@
}
},
"dependencies": {
"ng2-file-upload": "^1.1.2"
"ng2-file-upload": "1.1.4-2"
}
}

0 comments on commit 85ff1d9

Please sign in to comment.