Skip to content
Permalink
canary
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@ijjk
Latest commit c72ebf7 Jan 18, 2023 History
14 contributors

Users who have contributed to this file

@ijjk @timneutkens @Timer @styfle @huozhi @padmaia @dav-is @sokra @kodiakhq @huv1k @lfades @feedthejim
{
"npmClient": "pnpm",
"useWorkspaces": true,
"packages": [
"packages/*"
],
"command": {
"version": {
"exact": true
},
"publish": {
"npmClient": "npm",
"allowBranch": [
"canary"
],
"registry": "https://registry.npmjs.org/"
}
},
"version": "13.1.3-canary.4"
}