Skip to content

Commit df8cb03

Browse files
authored
fix: make cypress/react public (#15799)
* fix: unrestrict access to react/cypress * make cypress-react public
1 parent 8dc35c3 commit df8cb03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

npm/react/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@
153153
"optional": true
154154
}
155155
},
156+
"publishConfig": {
157+
"access": "public",
158+
"registry": "http://registry.npmjs.org/"
159+
},
156160
"standard": {
157161
"globals": [
158162
"Cypress",

0 commit comments

Comments
 (0)