Skip to content

Commit

Permalink
Merge pull request #52 from Availity/feature/downloads
Browse files Browse the repository at this point in the history
chore(download-core): access Config
  • Loading branch information
christieb7007 authored Jul 12, 2018
2 parents 796ff7b + a90a6a7 commit da59226
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/download-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"@availity/download-core": "^2.2.0",
"angular": "^1.6.0",
"angular-mocks": "^1.6.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/download-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
"devDependencies": {
"@availity/download-core": "^2.2.0",
"axios": "^0.16.0 || ^0.17.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/download-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
},
"dependencies": {
"js-file-download": "^0.4.1"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit da59226

Please sign in to comment.