Skip to content

Commit dce7d78

Browse files
authored
Update labeled-field package.json config (#2433)
## Summary: [labeled-field-pkg] fix labeled-field package.json config so we can publish it Issue: WB-XXXX ## Test plan: Author: beaesguerra Reviewers: beaesguerra, jandrade Required Reviewers: Approved By: jandrade Checks: ✅ Chromatic - Get results on regular PRs (ubuntu-latest, 20.x), ✅ Test / Test (ubuntu-latest, 20.x, 2/2), ✅ Lint / Lint (ubuntu-latest, 20.x), ✅ Test / Test (ubuntu-latest, 20.x, 1/2), ✅ Check build sizes (ubuntu-latest, 20.x), ✅ Publish npm snapshot (ubuntu-latest, 20.x), ✅ Chromatic - Build on regular PRs / chromatic (ubuntu-latest, 20.x), ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 20.x), ⏭️ Chromatic - Skip on Release PR (changesets), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ gerald, ⏭️ dependabot Pull Request URL: #2433
1 parent 00a9318 commit dce7d78

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/unlucky-moles-report.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@khanacademy/wonder-blocks-labeled-field": patch
3+
---
4+
5+
Make labeled-field package public

packages/wonder-blocks-labeled-field/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
"author": "",
1414
"license": "MIT",
1515
"publishConfig": {
16-
"access": "restricted"
16+
"access": "public"
1717
},
18-
"private": true,
1918
"dependencies": {
2019
"@babel/runtime": "^7.18.6",
2120
"@khanacademy/wonder-blocks-core": "^11.1.0",
@@ -24,6 +23,7 @@
2423
"@khanacademy/wonder-blocks-typography": "^3.0.5"
2524
},
2625
"peerDependencies": {
26+
"@phosphor-icons/core": "^2.0.2",
2727
"aphrodite": "^1.2.5",
2828
"react": "18.2.0"
2929
},

0 commit comments

Comments
 (0)