File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const pkgName = 'generate-ip',
44 copyright = '© 2024–2025 Adam Lui & contributors under the MIT license.' ,
55 cmdFormat = 'generate-[ip|ipv6|mac] [options|commands]' ,
66 srcURL = 'https://code.generate-ip.org' ,
7- docURL = 'https://docs.generate-ip.org/#-command-line-usage'
7+ docURL = 'https://docs.generate-ip.org/#-command-line-usage' ;
88
99( async ( ) => {
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const pkgName = 'generate-pw',
44 copyright = '© 2024–2025 Adam Lui & contributors under the MIT license.' ,
55 cmdFormat = 'generate-pw [options|commands]' ,
66 srcURL = 'https://code.generatepw.org' ,
7- docURL = 'https://docs.generatepw.org/#-command-line-usage'
7+ docURL = 'https://docs.generatepw.org/#-command-line-usage' ;
88
99( async ( ) => {
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const pkgName = '@adamlui/geolocate',
44 copyright = '© 2024–2025 Adam Lui under the MIT license.' ,
55 cmdFormat = 'geolocate [ip1] [ip2] [...] [options|commands]' ,
66 srcURL = 'https://code.geolocatejs.org' ,
7- docURL = 'https://docs.geolocatejs.org/#-command-line-usage'
7+ docURL = 'https://docs.geolocatejs.org/#-command-line-usage' ;
88
99( async ( ) => {
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const pkgName = '@adamlui/minify.js',
44 copyright = '© 2024–2025 Adam Lui & contributors under the MIT license.' ,
55 cmdFormat = 'minify-js [inputPath] [outputPath] [options]' ,
66 srcURL = 'https://code.minify-js.org/node.js' ,
7- docURL = 'https://docs.minify-js.org/node.js/#-command-line-usage'
7+ docURL = 'https://docs.minify-js.org/node.js/#-command-line-usage' ;
88
99( async ( ) => {
1010
You can’t perform that action at this time.
0 commit comments