From 801535d2cfe231bf043dfd7e81f55d45d42b7e92 Mon Sep 17 00:00:00 2001 From: Farnabaz Date: Thu, 26 Jan 2023 18:04:10 +0100 Subject: [PATCH] chore: update release config --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index d937c09db..603afe92b 100644 --- a/package.json +++ b/package.json @@ -111,9 +111,6 @@ }, "hooks": { "after:bump": "npx changelogen@latest --no-commit --no-tag --output --r $(node -p \"require('./package.json').version\")" - }, - "npm": { - "publish": false } } }