Skip to content

Commit 2c0e987

Browse files
authored
Update .releaserc
1 parent 2aa3f8b commit 2c0e987

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.releaserc

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,12 @@
3939
"changelogFile": "CHANGELOG.md"
4040
}
4141
],
42-
[
43-
"@semantic-release/npm",
44-
{
45-
"pkgRoot": "plugin"
46-
}
47-
],
42+
"@semantic-release/npm",
4843
[
4944
"@semantic-release/git",
5045
{
5146
"assets": [
52-
"plugin/package.json",
47+
"package.json",
5348
"CHANGELOG.md"
5449
]
5550
}

0 commit comments

Comments
 (0)