ai / nanoid

A tiny (124 bytes), secure, URL-friendly, unique string ID generator for JavaScript
https://zelark.github.io/nano-id-cc/
MIT License
24.33k stars 788 forks source link

Remove and ignore lock files #384

Closed JairusSW closed 2 years ago

JairusSW commented 2 years ago

Just a quick PR to remove and ignore lock files. Typically, lock files are not included in a repository :)

ai commented 2 years ago

I always have lock files in my open source repositories.

Don't worry npm package should not have it. We use clean-publish to clean development files and configs from package.json during the release.

JairusSW commented 2 years ago

Okay, np