diff --git a/lib/package.json b/lib/package.json index 7dc9924c..b931e6d1 100644 --- a/lib/package.json +++ b/lib/package.json @@ -73,5 +73,11 @@ "bugs": { "url": "https://github.com/storyblok/storyblok-vue/issues" }, - "homepage": "https://github.com/storyblok/storyblok-vue" + "homepage": "https://github.com/storyblok/storyblok-vue", + "release": { + "branches": [ + "master", + "next" + ] + } } diff --git a/package.json b/package.json index 41ae6d21..437c9818 100644 --- a/package.json +++ b/package.json @@ -45,15 +45,5 @@ "prettier" ], "ignorePatterns": "dist/" - }, - "release": { - "branches": [ - "master", - { - "name": "next", - "channel": "next", - "prerelease": "beta" - } - ] } }