File tree 6 files changed +6
-23
lines changed
6 files changed +6
-23
lines changed Original file line number Diff line number Diff line change 1
1
2
- ## 6.0.0
2
+ ## 6.0.5
3
3
4
4
- Bun support - Fixes #5893 #5774 #5682 #5675 #5777
5
5
- Disable git parsing by default #5909 #2182 #5801 #5051 #5696
Original file line number Diff line number Diff line change 1
- #!/bin/sh -
2
- ':' /*-
3
- bun=$(bun --version 2>&1) && exec bun "$0" "$@"
4
- node=$(node --version 2>&1) && exec node "$0" "$@"
5
- */
1
+ #!/usr/bin/env node
6
2
7
3
require ( '../lib/binaries/CLI.js' ) ;
Original file line number Diff line number Diff line change 1
- #!/bin/sh -
2
- ':' /*-
3
- bun=$(bun --version 2>&1) && exec bun "$0" "$@"
4
- node=$(node --version 2>&1) && exec node "$0" "$@"
5
- */
1
+ #!/usr/bin/env node
6
2
7
3
require ( '../lib/binaries/DevCLI.js' ) ;
Original file line number Diff line number Diff line change 1
- #!/bin/sh -
2
- ':' /*-
3
- bun=$(bun --version 2>&1) && exec bun "$0" "$@"
4
- node=$(node --version 2>&1) && exec node "$0" "$@"
5
- */
1
+ #!/usr/bin/env node
6
2
7
3
require ( '../lib/binaries/Runtime4Docker.js' ) ;
Original file line number Diff line number Diff line change 1
- #!/bin/sh -
2
- ':' /*-
3
- bun=$(bun --version 2>&1) && exec bun "$0" "$@"
4
- node=$(node --version 2>&1) && exec node "$0" "$@"
5
- */
1
+ #!/usr/bin/env node
6
2
7
3
require ( '../lib/binaries/Runtime4Docker.js' ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pm2" ,
3
3
"preferGlobal" : true ,
4
- "version" : " 6.0.4 " ,
4
+ "version" : " 6.0.5 " ,
5
5
"engines" : {
6
6
"node" : " >=16.0.0"
7
7
},
102
102
"test:unit" : " bash test/unit.sh" ,
103
103
"test:e2e" : " bash test/e2e.sh" ,
104
104
"test" : " bash test/unit.sh && bash test/e2e.sh" ,
105
- "preinstall" : " node ./preinstall.js"
106
105
},
107
106
"keywords" : [
108
107
" cli" ,
You can’t perform that action at this time.
0 commit comments