Skip to content

Commit

Permalink
Fix adal-node async version
Browse files Browse the repository at this point in the history
  • Loading branch information
ramijarrar committed Jun 21, 2017
1 parent 9073d6f commit 20cf444
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"npm-watch": "^0.1.9"
},
"dependencies": {
"async": "^1.5.2",
"axios": "^0.16.1",
"azure-arm-website": "^1.0.0-preview",
"babel-polyfill": "^6.23.0",
Expand Down
6 changes: 5 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,11 @@ [email protected]:
version "0.2.7"
resolved "https://registry.yarnpkg.com/async/-/async-0.2.7.tgz#44c5ee151aece6c4bf5364cfc7c28fe4e58f18df"

async@>=0.6.0, async@~1.0.0:
async@>=0.6.0, async@^1.5.2:
version "1.5.2"
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"

async@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/async/-/async-1.0.0.tgz#f8fc04ca3a13784ade9e1641af98578cfbd647a9"

Expand Down

0 comments on commit 20cf444

Please sign in to comment.