Closed iamandrewluca closed 2 years ago
If the package.json for your package is not in the root directory (for example if it is part of a monorepo), you can specify the directory in which it lives: "repository": { "type" : "git", "url" : "https://github.com/facebook/react.git", "directory": "packages/react-dom" } — https://docs.npmjs.com/cli/v6/configuring-npm/package-json#repository
If the package.json for your package is not in the root directory (for example if it is part of a monorepo), you can specify the directory in which it lives:
"repository": { "type" : "git", "url" : "https://github.com/facebook/react.git", "directory": "packages/react-dom" }
— https://docs.npmjs.com/cli/v6/configuring-npm/package-json#repository
I use a lot https://njt.vercel.app/ to jump to different packages information, and with this PR we can know exactly what package in what folder lives
Made the changes with a script to make it easier 🙂
https://gist.github.com/iamandrewluca/5cc85b56a595056f0099d04ed6dd8a79
hi, was this wrong or why did you close?
Hi. Just cleaned up old Open PR's, that have no activity. Reopened 🚀
I use a lot https://njt.vercel.app/ to jump to different packages information, and with this PR we can know exactly what package in what folder lives
Made the changes with a script to make it easier 🙂
https://gist.github.com/iamandrewluca/5cc85b56a595056f0099d04ed6dd8a79