Skip to content

Commit 3d91d15

Browse files
committed
Mark react-static config public
1 parent 393f497 commit 3d91d15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/configs/react-static/package.json

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "@parcel/config-react-static",
33
"version": "2.13.3",
44
"license": "MIT",
5+
"publishConfig": {
6+
"access": "public"
7+
},
58
"repository": {
69
"type": "git",
710
"url": "https://github.com/parcel-bundler/parcel.git"
@@ -11,5 +14,8 @@
1114
"@parcel/config-default": "2.13.3",
1215
"@parcel/namer-static": "2.13.3",
1316
"@parcel/packager-react-static": "2.13.3"
17+
},
18+
"peerDependencies": {
19+
"@parcel/core": "^2.13.3"
1420
}
1521
}

0 commit comments

Comments
 (0)