Skip to content

Commit

Permalink
fix: fix for package contents not distributing correct files
Browse files Browse the repository at this point in the history
  • Loading branch information
John Nolan committed Oct 22, 2020
1 parent 9906eb1 commit ffc5e43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"assets": ["CHANGELOG.md", "package", "package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
"@semantic-release/npm"
["@semantic-release/npm", {
"pkgRoot": "package"
}]
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
"tag": "alpha"
"tag": "latest"
},
"private": false,
"bugs": {
Expand Down

0 comments on commit ffc5e43

Please sign in to comment.