From 5c39c269a063bdef17dfabdf1d6a941d8cb2055b Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Mon, 3 Jun 2019 21:10:09 -0400 Subject: [PATCH 1/2] chore: rename circleci badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bd0b2612..d0e7fa514 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# @cypress/code-coverage [![renovate-app badge][renovate-badge]][renovate-app] [![CircleCI](https://circleci.com/gh/cypress-io/cypress-istanbul.svg?style=svg)](https://circleci.com/gh/cypress-io/cypress-istanbul) +# @cypress/code-coverage [![renovate-app badge][renovate-badge]][renovate-app] [![CircleCI](https://circleci.com/gh/cypress-io/code-coverage.svg?style=svg)](https://circleci.com/gh/cypress-io/code-coverage) > Saves the code coverage collected during Cypress tests From 8cf33f41dcbc459fae4b9989c8a265d66863a3fb Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Mon, 3 Jun 2019 21:15:11 -0400 Subject: [PATCH 2/2] fix: publish with public access --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index ce4af088e..110878a8a 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,10 @@ "files": [ "*.js" ], + "publishConfig": { + "access": "public" + }, + "private": false, "dependencies": { "@cypress/browserify-preprocessor": "2.1.0", "debug": "4.1.1"