Skip to content

Commit b79d0e8

Browse files
authored
Merge pull request #7 from actions/cschleiden/set-publish-config
Set publishConfig for individual packages
2 parents 39fa2c1 + c538615 commit b79d0e8

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

expressions/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"license": "MIT",
55
"type": "module",
66
"source": "./src/index.ts",
7+
"publishConfig": {
8+
"access": "public"
9+
},
710
"exports": {
811
".": {
912
"import": "./dist/index.js"

languageserver/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"license": "MIT",
66
"type": "module",
77
"source": "./src/index.ts",
8+
"publishConfig": {
9+
"access": "public"
10+
},
811
"exports": {
912
".": {
1013
"import": "./dist/index.js"

languageservice/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"license": "MIT",
66
"type": "module",
77
"source": "./src/index.ts",
8+
"publishConfig": {
9+
"access": "public"
10+
},
811
"exports": {
912
".": {
1013
"import": "./dist/index.js"

workflow-parser/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"license": "MIT",
55
"type": "module",
66
"source": "./src/index.ts",
7+
"publishConfig": {
8+
"access": "public"
9+
},
710
"exports": {
811
".": {
912
"import": "./dist/index.js"

0 commit comments

Comments
 (0)