From 997f1dd1b4a82006ed5ce1da8585e69a1bcb07c0 Mon Sep 17 00:00:00 2001 From: Eric McDaniel Date: Sun, 16 May 2021 13:20:03 -0400 Subject: [PATCH] chore: remove branch config BREAKING CHANGE: API enhancements, new protocol, example --- examples/spin/package.json | 1 + lerna.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/spin/package.json b/examples/spin/package.json index 122b37a7..d3444670 100644 --- a/examples/spin/package.json +++ b/examples/spin/package.json @@ -1,6 +1,7 @@ { "name": "@javelin/spin", "version": "0.0.0", + "private": true, "scripts": { "start": "vite --config client/vite.config.ts & ts-node server/index.ts", "start:server": "ts-node server/index.ts" diff --git a/lerna.json b/lerna.json index 616e8a97..36d24fb8 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ "useWorkspaces": true, "command": { "version": { - "allowBranch": "master", + "allowBranch": ["master", "next"], "conventionalCommits": true, "exact": true }