nestjs-components
nestjs-components copied to clipboard
(chore) improve the `repository` entry on `package.json` to follow the monorepo structure
For instance, if you change this:
https://github.com/algoan/nestjs-components/blob/f58e1812b9e1d9b55e54321b47e146fd8f330e44/packages/pagination/package.json#L13-L16
to this:
"repository": {
"url": "https://github.com/algoan/nestjs-components",
"directory": "packages/pagination"
},
then the repository link on NPM website will bring us to the ./packages/pagination dir instead of the root of the project
Hey @micalevisk, thank you for your suggestion! Indeed, this is will be better on npm