Skip to content

Commit

Permalink
fix: Safari keyword to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
이재민 committed Jan 27, 2024
1 parent 496b693 commit 76bf96e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "synchronize-tab-scrolling",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"description": "여러 탭을 선택하고 스크롤 위치를 동기화할 수 있습니다.",
"author": "jaem1n207",
Expand All @@ -16,6 +16,7 @@
"keywords": [
"chrome",
"firefox",
"safari",
"webstore",
"extension"
],
Expand Down
8 changes: 1 addition & 7 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ export default {
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/npm',
[
'@semantic-release/git',
{
assets: 'package.json',
message: 'chore(release): ${nextRelease.version} [skip ci]\\n\\n${nextRelease.notes}'
}
]
'@semantic-release/git'
]
};

0 comments on commit 76bf96e

Please sign in to comment.