Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #256 from asigloo/feature/change-to-vite
Browse files Browse the repository at this point in the history
fix: semantic-release issue with main branch
  • Loading branch information
alvarosabu authored Jul 11, 2021
2 parents 80c0f73 + 2956346 commit d275232
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,22 @@
"test:components": "cypress open-ct",
"test:watch": "jest --verbose --no-cache --watchAll"
},
"release": {
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
"next",
"next-major",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
]
},
"main": "dist/as-dynamic-forms.cjs.js",
"module": "dist/as-dynamic-forms.es.js",
"browser": "dist/as-dynamic-forms.es.js",
Expand Down

0 comments on commit d275232

Please sign in to comment.