Skip to content

Commit 6ac8672

Browse files
committed
Release 1.0.27
1 parent b9aa05b commit 6ac8672

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

modules/yarn.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ alias ypp='yarn run publish';
2525
alias ypt='yarn run tagging';
2626

2727
# version
28-
alias yvp='yarn version patch';
28+
alias yvp='yarn version patch';
29+
30+
# install & link
31+
alias yil="yarn install && yarn link"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jswork/ushell-module-nodejs",
3-
"version": "1.0.26",
3+
"version": "1.0.27",
44
"description": "Unix like shell module for nodejs.",
55
"main": "index.sh",
66
"repository": {

0 commit comments

Comments
 (0)