Files
pnpm/releasing/plugin-commands-publishing/test/utils/tokenHelperBasic.js
Nacho Aldama 5a5e42551e feat: allow using token helpers in pnpm publish (#7443)
Close #7316

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2024-01-08 01:24:57 +01:00

3 lines
88 B
JavaScript
Executable File

#!/usr/bin/env node
console.log("Basic " + Buffer.from("password").toString("base64"));