Skip to content

Commit

Permalink
Pr/fix bin (#44)
Browse files Browse the repository at this point in the history
* fix bin section

* Change files
  • Loading branch information
dannyvv authored Sep 13, 2024
1 parent 20e7dcc commit cab5dd8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions change/change-b2b3ac59-3e00-45da-b414-c941f33c0194.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"type": "minor",
"comment": "fix bin section",
"packageName": "azureauth",
"email": "[email protected]",
"dependentChangeType": "patch"
}
]
}
2 changes: 1 addition & 1 deletion packages/node-azureauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Empty file modified packages/node-azureauth/scripts/azureauth.js
100644 → 100755
Empty file.

0 comments on commit cab5dd8

Please sign in to comment.