Skip to content

Commit

Permalink
chore: public access to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
julcasans committed Jun 3, 2024
1 parent 8fc78cf commit 2d52955
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 3 deletions.
5 changes: 4 additions & 1 deletion packages/core-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"/src/",
"*.js",
"/types/index.d.ts"
]
],
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@
},
"directories": {
"test": "test"
},
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/element-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"/src/",
"*.js",
"/types/index.d.ts"
]
],
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/localize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@
"lit": "^3.1.2",
"sinon": "^17.0.1",
"vite": "^5.2.7"
},
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/page-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"dependencies": {
"@open-cells/element-controller": "^1.0.0-beta.3"
},
"description": ""
"description": "",
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/page-mixin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
"lit-element": "^2.0.0",
"@open-wc/testing": "^3.0.0",
"sinon": "^7.2.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/page-transitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"dependencies": {
"lit": "^3.0.0",
"@open-wc/dedupe-mixin": "^1.4.0"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 2d52955

Please sign in to comment.