Skip to content

Commit 417fe2b

Browse files
authored
Simplify npm configuration in package.json
Removed unnecessary properties from npm configuration.
1 parent 48951e1 commit 417fe2b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@
134134
[
135135
"@semantic-release/npm",
136136
{
137-
"npmPublish": true,
138-
"pkgRoot": ".",
139-
"tarballDir": "dist"
137+
"npmPublish": true
140138
}
141139
],
142140
[

0 commit comments

Comments
 (0)