Skip to content

Commit

Permalink
Bump @azure/core-auth version and sort dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daviwil committed Jul 31, 2019
1 parent 478f8e8 commit 2eb39ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk/core/core-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/core-auth",
"version": "1.0.0-preview.2",
"version": "1.0.0-preview.3",
"description": "Provides low-level interfaces and helper methods for authentication in Azure SDK",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down Expand Up @@ -57,8 +57,8 @@
"homepage": "https://github.com/azure/azure-sdk-for-js/tree/master/sdk/core/core-auth",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.3",
"@azure/abort-controller": "1.0.0-preview.1"
"@azure/abort-controller": "1.0.0-preview.1",
"tslib": "^1.9.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.1.5",
Expand Down

0 comments on commit 2eb39ee

Please sign in to comment.