File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nvs" ,
3
- "version" : " 1.5.3 " ,
3
+ "version" : " 1.5.4 " ,
4
4
"description" : " Node Version Switcher" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 48
48
<ComponentRef Id =" NvsPackageJson" />
49
49
<ComponentRef Id =" NvsCmdScript" />
50
50
<ComponentRef Id =" NvsPSScript" />
51
+ <ComponentRef Id =" NvsBashScript" />
52
+ <ComponentRef Id =" NvsBashExeScript" />
51
53
<ComponentRef Id =" NvsDefaults" />
52
54
<ComponentRef Id =" SevenZipTool" />
53
55
<ComponentGroupRef Id =" NvsLibFiles" />
104
106
<Component Id =" NvsPSScript" >
105
107
<File Id =" nvs.ps1" KeyPath =" yes" Source =" $(var.SourceDir)\nvs.ps1" />
106
108
</Component >
109
+ <Component Id =" NvsBashScript" >
110
+ <File Id =" nvs.sh" KeyPath =" yes" Source =" $(var.SourceDir)\nvs.sh" />
111
+ </Component >
112
+ <Component Id =" NvsBashExeScript" >
113
+ <File Id =" nvs" KeyPath =" yes" Source =" $(var.SourceDir)\nvs" />
114
+ </Component >
107
115
<Component Id =" NvsDefaults" >
108
116
<File Id =" defaults.json" KeyPath =" yes" Source =" $(var.SourceDir)\defaults.json" />
109
117
</Component >
You can’t perform that action at this time.
0 commit comments