Skip to content

Commit be42ccd

Browse files
committed
fix: npm public publish
1 parent 93e8025 commit be42ccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-plugin-cypress",
3-
"private": true,
3+
"private": false,
44
"version": "0.0.0-development",
55
"description": "Cypress Netlify build plugin",
66
"main": "index.js",
@@ -22,7 +22,7 @@
2222
"url": "https://github.com/cypress-io/netlify-plugin-cypress.git"
2323
},
2424
"publishConfig": {
25-
"access": "restricted"
25+
"access": "public"
2626
},
2727
"devDependencies": {
2828
"semantic-release": "^17.0.4"

0 commit comments

Comments
 (0)