bili icon indicating copy to clipboard operation
bili copied to clipboard

Auto update package.json with generated files

Open egoist opened this issue 8 years ago • 3 comments

Run bili update-pkg:

{
+ "main": "dist/index.cjs.js",
+ "module": "dist/index.m.js",
+ "cdn": "dist/index.js",
+ "unpkg": "dist/index.js"
}

egoist avatar Dec 23 '17 07:12 egoist

And jsdelivr 🙂

gluons avatar Jan 21 '18 10:01 gluons

Hi @egoist, can I ask where cdn field used?

stereobooster avatar Aug 07 '18 22:08 stereobooster

https://github.com/stereobooster/package.json/issues/14#issuecomment-411225604

egoist avatar Aug 09 '18 04:08 egoist