mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-04 15:24:02 -04:00
chore: package.json add type field (#9765)
* chore: `package.json` add type field * chore: add type field to every package.json * chore: add type field to every package.json --------- Co-authored-by: Zoltan Kochan <z@kochan.io>
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
"type": "commonjs",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"exports": {
|
||||
|
||||
Reference in New Issue
Block a user