jstransformers / jstransformer-ejs

EJS support for JSTransformers.
http://npmjs.com/jstransformer-ejs
MIT License
2 stars 1 forks source link

Grant webketje NPM publishing rights to jstransformer-ejs #19

Open webketje opened 1 year ago

webketje commented 1 year ago

Could you give me publishing rights for this NPM package? (release 1.0.0 is pending) My only goal is to keep this package maintained with a running CI, and the common tests require some change

webketje commented 1 year ago

Bump

webketje commented 1 year ago

Bump

alexjeffburke commented 10 months ago

Hey there,

Is there anything we can do to get this published? As things stand any project that depends on jstransformers somewhat quietly ends up blowing up with ejs templates because the transformer that gets loaded if you request ejs doesn't support the latest syntax. Seems the changes are in the repository, so is there any chance of getting the publishing rights? Alternatively, could it be time to start a process with npm given that a repository owner is unable to get the package released?

Thanks.

webketje commented 10 months ago

@alexjeffburke I've nudged the other maintainers many times over the last 2 years (via mail too), so wouldn't count on it. However, you can npm i github:jstransformers/jstransformer-ejs (which will install from default branch). I'll push a tag so you can at least pin the version too: npm i github:jstransformers/jstransformer-ejs#v1.0.0.

FWIW there is a (distant) plan to move to @jstransformers on NPM