diff --git a/change/change-b2b3ac59-3e00-45da-b414-c941f33c0194.json b/change/change-b2b3ac59-3e00-45da-b414-c941f33c0194.json new file mode 100644 index 0000000..74b7bc6 --- /dev/null +++ b/change/change-b2b3ac59-3e00-45da-b414-c941f33c0194.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "type": "minor", + "comment": "fix bin section", + "packageName": "azureauth", + "email": "dannyvv@microsoft.com", + "dependentChangeType": "patch" + } + ] +} \ No newline at end of file diff --git a/packages/node-azureauth/package.json b/packages/node-azureauth/package.json index 2db8169..2f731e1 100644 --- a/packages/node-azureauth/package.json +++ b/packages/node-azureauth/package.json @@ -3,7 +3,7 @@ "version": "0.6.0", "description": "node-azure auth wrapps the AzureAuth CLI wrapper for performing AAD Authentication", "bin": { - "azureauth": "./bin/cli.js" + "azureauth": "./scripts/azureauth.js" }, "repository": { "url": "https://github.com/microsoft/ado-npm-auth" diff --git a/packages/node-azureauth/scripts/azureauth.js b/packages/node-azureauth/scripts/azureauth.js old mode 100644 new mode 100755