Skip to content

Commit

Permalink
chore: TET-135 license update
Browse files Browse the repository at this point in the history
  • Loading branch information
kudyniuk committed Oct 3, 2023
1 parent 760913e commit 2f58a3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"registry": "https://npm.pkg.github.com",
"access": "restricted"
},
"engines": {
"node": "18.17.x"
},
"scripts": {
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
Expand Down
2 changes: 1 addition & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
branches: ['main', 'latest', {name: 'beta', prerelease: 'rc'}],
branches: ['main', 'latest', {name: 'beta', prerelease: 'beta'}, {name: 'alpha', prerelease: 'alpha'}],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
Expand Down

0 comments on commit 2f58a3e

Please sign in to comment.