jupyterhub / nbgitpuller

Jupyter server extension to sync a git repository one-way to a local path
https://nbgitpuller.readthedocs.io
BSD 3-Clause "New" or "Revised" License
210 stars 86 forks source link

Slim package.json to avoid fields relevant to npm publication #212

Closed consideRatio closed 3 years ago

consideRatio commented 3 years ago

The version field isn't required unless we want to do npm publish which we don't. Most things in package.json can be removed actually, so I removed most things.

By removing repository and license, we got two warnings.

npm WARN nbgitpuller No repository field.
npm WARN nbgitpuller No license field.

I think this is fine, and that a slimmed package.json helps make this repo's code be more understandable. For reference, see the package.json docs.