Skip to content

Commit 63ae935

Browse files
authored
[engsys] Fix release script issue (Azure#20171)
1 parent 7a4b67a commit 63ae935

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eng/tools/versioning/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
},
1818
"homepage": "https://github.com/Azure/azure-sdk-for-js#readme",
1919
"dependencies": {
20+
"eng-package-utils": "file:../eng-package-utils",
2021
"semver": "^6.3.0",
2122
"yargs": "^14.2.0",
22-
"eng-package-utils": "file:../eng-package-utils"
23+
"yargs-parser": "^21.0.0"
2324
}
2425
}

0 commit comments

Comments
 (0)