cssinjs
cssinjs copied to clipboard
Why is there no package-lock.json file?
I would expect there to be a package-lock.json in the repository. Why isn't there one?
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.