Skip to content

Commit 4c95c72

Browse files
fix(config): lint
1 parent 8614ff6 commit 4c95c72

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

release.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ module.exports = {
99
}],
1010
"@semantic-release/release-notes-generator",
1111
"@semantic-release/changelog",
12-
["@semantic-release/npm", {
13-
"tarballDir": "release"
14-
}],
12+
["@semantic-release/npm", { "tarballDir": "release" }],
1513
"@semantic-release/github",
1614
["@semantic-release/git", {
1715
"assets": ["package.json"]

0 commit comments

Comments
 (0)