Skip to content

Commit

Permalink
fix: fixes dist publish
Browse files Browse the repository at this point in the history
  • Loading branch information
eljefedelrodeodeljefe committed Sep 4, 2018
1 parent 928c381 commit 2cca017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -9,7 +9,7 @@
"files": [
"package.json",
"package-lock.json",
"dist/**/*",
"dist",
"CHANGELOG.md"
],
"author": "Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>",
Expand Down Expand Up @@ -143,7 +143,7 @@
"assets": [
"package.json",
"package-lock.json",
"dist/**/*",
"dist",
"CHANGELOG.md"
],
"message": "chore(release): Release ${nextRelease.version} - <%=new Date().toLocaleDateString('en-US', {year: 'numeric', month: 'short', day: 'numeric', hour: 'numeric', minute: 'numeric' })%> [skip ci]\n\n${nextRelease.notes}"
Expand Down

0 comments on commit 2cca017

Please sign in to comment.