Skip to content

Commit

Permalink
v0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Jun 23, 2019
1 parent 31a646d commit 639c15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"npm:publish:6:beta": "lerna publish from-package --dist-tag beta --no-git-reset",
"npm:publish:6:rc": "lerna publish from-package --dist-tag rc --no-git-reset",
"npm:publish:alpha:nightly": "lerna publish from-package --canary --preid alpha --dist-tag alpha --no-git-reset",
"npm:publish:release": "echo '!!🔴!! RELEASE !!🔴!!' && echo '!!!!! RELEASE !!!!!!' && lerna publish from-package --no-git-reset"
"npm:publish:release": "echo '!!🔴!! RELEASE !!🔴!!' && echo '!!!!! RELEASE !!!!!!' && lerna publish from-package --dist-tag latest --no-git-reset"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down

0 comments on commit 639c15d

Please sign in to comment.