Secbone / koa-session2

Middleware for Koa2 to get/set session
MIT License
152 stars 30 forks source link

Fine-tune `packages.json` #27

Closed tinovyatkin closed 7 years ago

tinovyatkin commented 7 years ago

Some last tunings, after that I believe you can release next SEMVER-MINOR:

  1. Removed babel from package description (you don't use it anymore!)
  2. fixed main
  3. added files section to not install tests on npm install
  4. Bumped devDependencies to latest version
  5. added Koa 2.0.1 as peerDependency to prevent using with koa 1.x
  6. Fixed engines to reflect the same of koa 2.0.1

PS:

  1. added myselft to contributors field
tinovyatkin commented 7 years ago

So, I think publishing new minor version to NPM will be a good idea - I'd love to update my project with this!

Secbone commented 7 years ago

HAHAHAHA, thanks! 😃 I will release a new version.