Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
Add axios peer dependency (#2)
Browse files Browse the repository at this point in the history
Projects trying to compile this crash if axios is not installed on the main project
  • Loading branch information
Lukas Heddendorp authored and patrickhousley committed Jan 9, 2019
1 parent f21ee64 commit d0e2635
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0",
"@angular/http": "^6.0.0-rc.0 || ^6.0.0"
"@angular/http": "^6.0.0-rc.0 || ^6.0.0",
"axios": "^0.18.0",
}
}

0 comments on commit d0e2635

Please sign in to comment.