Skip to content

hotfix/TOPS-800: Renaming gsoft-inc organization to workleap in github. #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ I have to give thanks to the author(s) of [better-vsts-npm-auth](https://www.npm

## License 👩‍⚖️

Copyright © 2022, GSoft inc. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/gsoft-license/blob/master/LICENSE.
Copyright © 2022, GSoft inc. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/workleap/gsoft-license/blob/master/LICENSE.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async function run(
const client = new issuer.Client(new MsoDeviceCodeClientMedata(clientId));

// Set timeout to 5s to workaround issue #18
// https://github.com/gsoft-inc/azure-devops-npm-auth/issues/18
// https://github.com/workleap/azure-devops-npm-auth/issues/18
client[custom.http_options] = function (options) {
options.timeout = 5000;
return options;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"azure-devops-npm-auth": "dist/cli.js"
},
"author": "Yohan Belval",
"repository": "https://github.com/gsoft-inc/azure-devops-npm-auth.git",
"repository": "https://github.com/workleap/azure-devops-npm-auth.git",
"license": "Apache-2.0",
"dependencies": {
"chalk": "^3.0.0",
Expand Down