Skip to content

Commit

Permalink
chore: remove branch config
Browse files Browse the repository at this point in the history
BREAKING CHANGE: API enhancements, new protocol, example
  • Loading branch information
3mcd committed May 16, 2021
1 parent 053b1df commit 997f1dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/spin/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"useWorkspaces": true,
"command": {
"version": {
"allowBranch": "master",
"allowBranch": ["master", "next"],
"conventionalCommits": true,
"exact": true
}
Expand Down

0 comments on commit 997f1dd

Please sign in to comment.