Merge pull request #7 from actions/cschleiden/set-publish-config

Set publishConfig for individual packages
This commit is contained in:
Christopher Schleiden
2023-03-23 14:32:15 -07:00
committed by GitHub
4 changed files with 12 additions and 0 deletions
+3
View File
@@ -4,6 +4,9 @@
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"import": "./dist/index.js"
+3
View File
@@ -5,6 +5,9 @@
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"import": "./dist/index.js"
+3
View File
@@ -5,6 +5,9 @@
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"import": "./dist/index.js"
+3
View File
@@ -4,6 +4,9 @@
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"import": "./dist/index.js"