nodejs / postject

Easily inject arbitrary read-only resources into executable formats (Mach-O, PE, ELF) and use it at runtime.
Other
188 stars 14 forks source link

Release an NPM package for Postject #14

Closed jviotti closed 2 years ago

RaisinTen commented 2 years ago

I'm taking this up because David is asleep now and I'm up and this is the highest priority task now. FWIW, published in https://www.npmjs.com/package/postject! Will send a PR to do this on CI.

EDIT: PR - https://github.com/postmanlabs/postject/pull/30

RaisinTen commented 2 years ago

Who should we add to owners? Currently both my postman and my primary npm accounts show up when I do npm owner ls. I've also sent an invite to @dsanders11. Should we add everyone in the postman org to owners?

RaisinTen commented 2 years ago

Now the Postject CircleCI project has an env var named NPM_TOKEN which contains my primary npm account auth token that shows up in ~/.npmrc when I log in.

dsanders11 commented 2 years ago

Should we add everyone in the postman org to owners?

I don't think that's necessary, let's just add members from our team.

RaisinTen commented 2 years ago

In that case, maybe we could give access to people who need it, when they ask for it?

RaisinTen commented 2 years ago

Postject has been officially published to NPM, closing! https://www.npmjs.com/package/postject/v/1.0.0-alpha.1!