Skip to content

Commit 4c5623f

Browse files
authored
fix: unrestrict access to react/cypress (#15798)
1 parent c5760e4 commit 4c5623f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

npm/react/.releaserc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
module.exports = {
88
...require('../../.releaserc.base'),
99
branches: [
10-
{ name: 'master', channel: 'next' },
10+
{ name: 'master', channel: 'latest' },
1111
],
1212
}

npm/react/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,6 @@
153153
"optional": true
154154
}
155155
},
156-
"publishConfig": {
157-
"access": "restricted"
158-
},
159156
"standard": {
160157
"globals": [
161158
"Cypress",

0 commit comments

Comments
 (0)