Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvv committed Sep 10, 2024
1 parent e31bc59 commit ec87fa1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/ado-npm-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@
"performance-test": "node lib/tests/performance.test.js",
"test": "vitest run src"
},
"dependencies": {
"azureauth": "^0.4.7"
},
"devDependencies": {
"@npmcli/config": "^4.0.1",
"@types/js-yaml": "4.0.9",
"@types/node": "^20.5.9",
"@types/npmcli__config": "^6.0.0",
"@types/yargs": "^17.0.32",
"azureauth": "^0.4.7",
"esbuild": "^0.23.1",
"eslint": "^8.30.0",
"js-yaml": "^4.1.0",
Expand Down

0 comments on commit ec87fa1

Please sign in to comment.