Skip to content

Commit

Permalink
Merge pull request #51 from microsoft/types
Browse files Browse the repository at this point in the history
Types
  • Loading branch information
jcreamer898 authored Oct 30, 2024
2 parents b4ad474 + 04b908d commit e1d28a8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions change/change-5917a7ab-b94e-429f-ab1f-c063d32fedbc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"type": "patch",
"comment": "fix the types for node-azureauth",
"packageName": "azureauth",
"email": "[email protected]",
"dependentChangeType": "patch"
}
]
}
1 change: 1 addition & 0 deletions packages/node-azureauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"url": "https://github.com/microsoft/ado-npm-auth"
},
"main": "dist/index.js",
"types": "lib/index.d.ts",
"type": "module",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit e1d28a8

Please sign in to comment.