Skip to content

Commit

Permalink
Resolved merge conflicts with develop
Browse files Browse the repository at this point in the history
  • Loading branch information
becaaye committed Nov 21, 2023
2 parents 26cd188 + 2b51616 commit 11cb55a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jest.config.js
src/
test/
node_modules/
.github/

.gitignore
*.cjs
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"csv-parser": "^3.0.0"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.3",
Expand Down
1 change: 0 additions & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const config = {
branches: ["main"],
plugins: [
"@semantic-release/commit-analyser",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/npm",
Expand Down

0 comments on commit 11cb55a

Please sign in to comment.