Merge pull request #26540 from ZaradarBH/patch-2

Update package.json for example-todo-list-common
This commit is contained in:
Fredrik Adelöw
2024-09-11 15:29:56 +02:00
committed by GitHub
@@ -12,7 +12,8 @@
},
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"private": true,