Skip to content

Commit

Permalink
fix(lib): it changes release config
Browse files Browse the repository at this point in the history
  • Loading branch information
danilolmc committed Oct 30, 2023
1 parent 9f55e54 commit 4502f62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@semantic-release/github",
{
"assets": [
"lib/**/*.{js,.d.ts}",
"./lib/**/*.{js,.d.ts}",
"CHANGELOG.md"
]
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"files": [
"lib/",
"./lib/",
"README.md",
"LICENSE",
"logolibrary.svg"
Expand Down

0 comments on commit 4502f62

Please sign in to comment.