Skip to content

Commit

Permalink
fix(package): fix error em publish
Browse files Browse the repository at this point in the history
You cannot publish over the previously published versions: 0.0.0-development. : truly-ui
  • Loading branch information
abalad committed May 22, 2018
1 parent 7eaa3d3 commit 007a038
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@
"lint"
],
"release": {
"pkgRoot": "dist",
"assets": [
"dist/*.zip",
"dist/*.tar.gz",
"dist/*.tgz"
],
"publish": [
{
"path": "@semantic-release/npm",
Expand Down

0 comments on commit 007a038

Please sign in to comment.