chiubaka / generator-chiubaka-typescript-package

Yeoman generator for standard Chiubaka Technologies TypeScript packages for libraries and other such things.
1 stars 0 forks source link

Prevent `generated-typescript-package` from publishing to NPM #129

Closed chiubaka closed 2 years ago

chiubaka commented 2 years ago

Last update to that repo published a generated-typescript-package v0.0.1 on NPM. Would be good to remove that, and then to make sure that this doesn't publish in the future. Or, at the very least, make sure it publishes under @chiubaka/generated-typescript-package and with a version matching the actual version of that package.

chiubaka commented 2 years ago

This is actually solved in changes related to #45 since I changed the generated package name to @chiubaka/generated-typescript-package, and ensured that the package version updates to match the current tag of the generator.