oauth-init 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9388,10 +9388,7 @@ async function main() {
|
|
|
9388
9388
|
}
|
|
9389
9389
|
const orchestrator = new Orchestrator(projectName).setupOAuthServices(oauthToSetup);
|
|
9390
9390
|
}
|
|
9391
|
-
|
|
9392
|
-
program.command("check").description("Check if your project is ready for npm publish").action(checkNpmReadiness);
|
|
9393
|
-
program.action(main);
|
|
9394
|
-
program.parse();
|
|
9391
|
+
main();
|
|
9395
9392
|
export {
|
|
9396
9393
|
GoogleAuthProvider
|
|
9397
9394
|
};
|