Skip to content

Commit

Permalink
chore(api-angular): fix peer and dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGuinness committed Jan 17, 2018
1 parent e479b10 commit dae9fd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/api-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"license": "MIT",
"peerDependencies": {
"@availity/api-core": "^1.0.0-alpha.15",
"angular": "^1.6.4"
"angular": "^1.6.0"
},
"devDependencies": {
"@availity/api-core": "^1.0.0-alpha.15",
"angular": "^1.6.4",
"angular-mocks": "^1.6.4"
"angular": "^1.6.0",
"angular-mocks": "^1.6.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit dae9fd0

Please sign in to comment.