Skip to content

Commit

Permalink
ci: use "main" as release branch (#33)
Browse files Browse the repository at this point in the history
* ci: semantic release dry run

* ci: use higher node version

* ci: use main as release branch
  • Loading branch information
hkfb authored Mar 14, 2024
1 parent 9785beb commit 21fd1ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "velo.gl",
"author": "Håvard Bjerke",
"license": "MIT",
"release": {
"branches": [
"main"
]
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 21fd1ab

Please sign in to comment.