ant-design / cssinjs

https://ant-design.github.io/cssinjs
MIT License
235 stars 57 forks source link

Why is there no package-lock.json file? #171

Open steinybot opened 5 months ago

steinybot commented 5 months ago

I would expect there to be a package-lock.json in the repository. Why isn't there one?

Wxh16144 commented 4 months ago

GitHub repository will not limit your package manager. You can use your preferred package manager. There is no need to lock the fixed version of the file, follow the semver version rules. By the way, I usually use yarn or npm.