Skip to content

Commit

Permalink
fix(package): version in published package
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Oct 13, 2019
1 parent ffe3bdb commit e6629ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
"semantic-release-plugin-update-version-in-files",
{
"files": [
"dist-web/*",
"dist-node/*",
"*/version.*"
"pkg/dist-web/*",
"pkg/dist-node/*",
"pkg/*/version.*"
]
}
]
Expand Down

0 comments on commit e6629ec

Please sign in to comment.