Closed eagleoflqj closed 3 years ago
Automatically generated files (except package-lock.json) should be excluded from source code management.
@eagleoflqj Thanks your job! I spent few days to check how the well-known packages do this staff by jsdelivr, I misunderstood first😅, so you mean that the lib
files should not be push to github, it should published by owner?
so you mean that the
lib
files should not be push to github, it should published by owner?
Exactly! I do see repos like vueuc that excludes lib/ from git but has "main": "lib/index.js"
in package.json
@eagleoflqj Why remove
lib/
? I think that is the file that referred inpackage.json
file