We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e8025 commit be42ccdCopy full SHA for be42ccd
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "netlify-plugin-cypress",
3
- "private": true,
+ "private": false,
4
"version": "0.0.0-development",
5
"description": "Cypress Netlify build plugin",
6
"main": "index.js",
@@ -22,7 +22,7 @@
22
"url": "https://github.com/cypress-io/netlify-plugin-cypress.git"
23
},
24
"publishConfig": {
25
- "access": "restricted"
+ "access": "public"
26
27
"devDependencies": {
28
"semantic-release": "^17.0.4"
0 commit comments