Skip to content

Commit

Permalink
fix: add "conventional-changelog-conventionalcommits dependencie
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Feb 1, 2024
1 parent 41a23c6 commit 5f7fbbf
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"type": "module",
"version": "1.0.0",
"private": false,
"repository": "https://github.com/aziontech/azion-theme.git",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
Expand All @@ -20,21 +21,20 @@
"name":"Luis Igreja"
}
],
"repository": "https://github.com/aziontech/azion-theme.git",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"theme",
"css",
"brand",
"design",
"system",
"tailwind",
"primevue",
"azion",
"css",
"azion",
"theme"
"theme",
"theme-base"
],
"license": "MIT",
"bugs": {
Expand All @@ -46,6 +46,7 @@
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/release-notes-generator": "^11.0.4"
"@semantic-release/release-notes-generator": "^11.0.4",
"conventional-changelog-conventionalcommits": "^7.0.2"
}
}

0 comments on commit 5f7fbbf

Please sign in to comment.