We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4333913 commit ea80095Copy full SHA for ea80095
.changeset/pre.json
@@ -4,7 +4,5 @@
4
"initialVersions": {
5
"@uswds/elements": "1.0.0-alpha.2"
6
},
7
- "changesets": [
8
- "petite-dodos-call"
9
- ]
+ "changesets": ["petite-dodos-call"]
10
}
.github/workflows/release.yml
@@ -8,7 +8,6 @@ on:
branches:
- main
- develop
11
- pull_request:
12
13
concurrency: ${{ github.workflow }}-${{ github.ref }}
14
package.json
@@ -11,6 +11,9 @@
"dist",
"src"
],
+ "publishConfig": {
15
+ "access": "public"
16
+ },
17
"exports": {
18
".": {
19
"import": "./dist/components/index.js",
0 commit comments