Skip to content

Commit d1d70c0

Browse files
committed
Restored needed semicolons before IIFEs
1 parent 0c8a749 commit d1d70c0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

generate-ip/src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

generate-pw/src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

geolocate/src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

minify.js/node.js/src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)