Skip to content

Commit 86b38c8

Browse files
committed
publish optimize locales plugins
1 parent db48b61 commit 86b38c8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/dev/optimize-locales-plugin/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
"types": "LocalesPlugin.d.ts",
66
"dependencies": {
77
"unplugin": "^1.4.0"
8+
},
9+
"publishConfig": {
10+
"access": "public"
811
}
912
}

packages/dev/parcel-resolver-optimize-locales/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
},
88
"dependencies": {
99
"@parcel/plugin": "^2.10.2"
10+
},
11+
"publishConfig": {
12+
"access": "public"
1013
}
1114
}

0 commit comments

Comments
 (0)