Set publishConfig

This commit is contained in:
Christopher Schleiden
2023-03-23 14:30:31 -07:00
parent 39fa2c1e14
commit c538615cc7
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"