From 79c7a9bdcc55c904846cc9c924a3891c7c6731a9 Mon Sep 17 00:00:00 2001 From: Frank Zhu Date: Wed, 21 Feb 2024 16:01:18 -0600 Subject: [PATCH] add private --- .changeset/config.json | 4 ++++ package.json | 1 + 2 files changed, 5 insertions(+) diff --git a/.changeset/config.json b/.changeset/config.json index cc018fe..23e73aa 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -6,6 +6,10 @@ "repo": "smartcontractkit/mercury-pipeline" } ], + "privatePackages": { + "version": true, + "tag": true + }, "commit": false, "fixed": [], "linked": [], diff --git a/package.json b/package.json index 9e9143f..852ce30 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "chainlink-feeds", "version": "0.1.0", "description": "Chainlink feeds plugins", + "private": true, "main": "index.js", "scripts": { "ci:changeset:publish": "pnpm changeset publish",