pacocoursey / cmdk

Fast, unstyled command menu React component.
https://cmdk.paco.me
MIT License
9.03k stars 258 forks source link

Link github repo in npm #262

Closed batmot closed 1 month ago

batmot commented 1 month ago

Hello !

The repository is not linked in npm because the package is a module in a monorepo. The directory must be set.

In : cmdk/package.json

  "repository": {
    "type": "git",
    "url": "git+https://github.com/pacocoursey/cmdk.git",
    "directory": "cmdk"
  },

This will permit to get the link to the repo on npm and this should increase the score of the package on Snyk 🚀

It seems I haven't rights to push the changes on a branch 😕