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"