deepkit / deepkit-framework

A new full-featured and high-performance TypeScript framework
https://deepkit.io/
MIT License
3.22k stars 123 forks source link

chore: improve the `repository` entry on `package.json` to follow the monorepo structure #191

Closed micalevisk closed 1 year ago

micalevisk commented 2 years ago

For instance, if you change this:

https://github.com/deepkit/deepkit-framework/blob/9ca56a0f1c075f392118628e3b97ca2a958a4216/packages/type/package.json#L22

to this:

  "repository": {
    "url": "https://github.com/deepkit/deepkit-framework",
    "directory": "packages/type"
  },

then the repository link on NPM website will bring us to the ./packages/type dir

marcj commented 2 years ago

Oh awesome, will do it👍

micalevisk commented 1 year ago

closing this due to inactivity