We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393f497 commit 3d91d15Copy full SHA for 3d91d15
packages/configs/react-static/package.json
@@ -2,6 +2,9 @@
2
"name": "@parcel/config-react-static",
3
"version": "2.13.3",
4
"license": "MIT",
5
+ "publishConfig": {
6
+ "access": "public"
7
+ },
8
"repository": {
9
"type": "git",
10
"url": "https://github.com/parcel-bundler/parcel.git"
@@ -11,5 +14,8 @@
11
14
"@parcel/config-default": "2.13.3",
12
15
"@parcel/namer-static": "2.13.3",
13
16
"@parcel/packager-react-static": "2.13.3"
17
18
+ "peerDependencies": {
19
+ "@parcel/core": "^2.13.3"
20
}
21
0 commit comments