Skip to content

Commit

Permalink
fix: set correct paths for `semantic-release-plugin-update-version-in…
Browse files Browse the repository at this point in the history
…-files`
  • Loading branch information
gr2m committed Oct 13, 2019
1 parent 9c718dd commit 95c0ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/create-package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async function createPackageJson(answers) {
[
"semantic-release-plugin-update-version-in-files",
{
files: ["dist-web/*", "dist-node/*", "*/version.*"]
files: ["pkg/dist-web/*", "pkg/dist-node/*", "pkg/*/version.*"]
}
]
]
Expand Down

0 comments on commit 95c0ae4

Please sign in to comment.