From c538615cc74aeec3b09675ca369248789f61d23d Mon Sep 17 00:00:00 2001 From: Christopher Schleiden Date: Thu, 23 Mar 2023 14:30:31 -0700 Subject: [PATCH] Set publishConfig --- expressions/package.json | 3 +++ languageserver/package.json | 3 +++ languageservice/package.json | 3 +++ workflow-parser/package.json | 3 +++ 4 files changed, 12 insertions(+) diff --git a/expressions/package.json b/expressions/package.json index 8ad4073..dacf95b 100755 --- a/expressions/package.json +++ b/expressions/package.json @@ -4,6 +4,9 @@ "license": "MIT", "type": "module", "source": "./src/index.ts", + "publishConfig": { + "access": "public" + }, "exports": { ".": { "import": "./dist/index.js" diff --git a/languageserver/package.json b/languageserver/package.json index 6aeecf1..5aa87cf 100644 --- a/languageserver/package.json +++ b/languageserver/package.json @@ -5,6 +5,9 @@ "license": "MIT", "type": "module", "source": "./src/index.ts", + "publishConfig": { + "access": "public" + }, "exports": { ".": { "import": "./dist/index.js" diff --git a/languageservice/package.json b/languageservice/package.json index f2c8c64..7356bfe 100644 --- a/languageservice/package.json +++ b/languageservice/package.json @@ -5,6 +5,9 @@ "license": "MIT", "type": "module", "source": "./src/index.ts", + "publishConfig": { + "access": "public" + }, "exports": { ".": { "import": "./dist/index.js" diff --git a/workflow-parser/package.json b/workflow-parser/package.json index b95274b..0d94603 100644 --- a/workflow-parser/package.json +++ b/workflow-parser/package.json @@ -4,6 +4,9 @@ "license": "MIT", "type": "module", "source": "./src/index.ts", + "publishConfig": { + "access": "public" + }, "exports": { ".": { "import": "./dist/index.js"