Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish bundle-stats-cli and parcel-query #9431

Merged
merged 14 commits into from
Dec 13, 2023
Merged
13 changes: 12 additions & 1 deletion packages/dev/bundle-stats-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
{
"name": "@parcel/bundle-stats-cli",
thebriando marked this conversation as resolved.
Show resolved Hide resolved
"version": "2.10.3",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
},
"repository": {
"type": "git",
"url": "https://github.com/parcel-bundler/parcel.git"
},
"main": "lib/cli.js",
"source": "src/cli.js",
"bin": {
Expand Down
13 changes: 12 additions & 1 deletion packages/dev/query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
{
"name": "parcel-query",
mischnic marked this conversation as resolved.
Show resolved Hide resolved
"version": "2.10.3",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
},
"repository": {
"type": "git",
"url": "https://github.com/parcel-bundler/parcel.git"
},
"bin": "src/bin.js",
"main": "src/index.js",
"dependencies": {
Expand Down