Skip to content

Commit c09bdb3

Browse files
committed
fix: add missing branches configuration in package.json
1 parent d2e7c49 commit c09bdb3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,13 @@
3636
}
3737
]
3838
]
39+
},
40+
"branches": [
41+
"main",
42+
{
43+
"name": "next",
44+
"prerelease": true
45+
}
46+
]
3947
}
40-
}
48+

0 commit comments

Comments
 (0)