From 0659682d7e59e017e1b80e93cdc2e0b008a3f322 Mon Sep 17 00:00:00 2001 From: Sebastien Colladon Date: Sun, 7 Aug 2022 18:27:29 +0200 Subject: [PATCH] build: migrate stanza to dedicated file --- .versionrc | 5 +++++ package.json | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 .versionrc diff --git a/.versionrc b/.versionrc new file mode 100644 index 000000000..682f283c8 --- /dev/null +++ b/.versionrc @@ -0,0 +1,5 @@ +{ + "scripts": { + "postbump": "yarn pack && git add README.md" + } +} diff --git a/package.json b/package.json index e8ee78fbc..7e0cf17c9 100644 --- a/package.json +++ b/package.json @@ -107,11 +107,6 @@ "publishConfig": { "access": "public" }, - "standard-version": { - "scripts": { - "postbump": "yarn pack && git add README.md" - } - }, "sfdc": { "latestApiVersion": "55" }