Skip to content

Commit

Permalink
fix: api implementation peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSharpieOne committed May 4, 2018
1 parent 46e7cc9 commit 28c163d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"@availity/api-core": "^1.0.0-alpha.17",
"@availity/api-core": "^2.0.0",
"angular": "^1.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Kasey Powers <kasey.powers@availity.com>",
"license": "MIT",
"peerDependencies": {
"@availity/api-core": "^1.0.0-alpha.17",
"@availity/api-core": "^2.0.1",
"axios": "^0.16.0 || ^0.17.0"
},
"devDependencies": {
Expand Down

0 comments on commit 28c163d

Please sign in to comment.