Remove unused shebang line (#9126)

This commit is contained in:
LitoMore 2023-07-28 22:19:49 +08:00 committed by GitHub
parent bbdf2e604d
commit b3906b828e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 0 additions and 8 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/env node
/** /**
* @fileoverview * @fileoverview
* Simple Icons package build script. * Simple Icons package build script.

View File

@ -1,4 +1,3 @@
#!/usr/bin/env node
/** /**
* @fileoverview * @fileoverview
* Script that takes a brand name as argument and outputs the corresponding * Script that takes a brand name as argument and outputs the corresponding

View File

@ -1,4 +1,3 @@
#!/usr/bin/env node
/** /**
* @fileoverview * @fileoverview
* CLI tool to run jsonschema on the simple-icons.json data file. * CLI tool to run jsonschema on the simple-icons.json data file.

View File

@ -1,4 +1,3 @@
#!/usr/bin/env node
/** /**
* @fileoverview * @fileoverview
* Linters for the package that can't easily be implemented in the existing * Linters for the package that can't easily be implemented in the existing

View File

@ -1,4 +1,3 @@
#!/usr/bin/env node
/** /**
* @fileoverview * @fileoverview
* Updates the version of this package to the CLI specified version. * Updates the version of this package to the CLI specified version.

View File

@ -1,4 +1,3 @@
#!/usr/bin/env node
/** /**
* @fileoverview * @fileoverview
* Updates the CDN URLs in the README.md to match the major version in the * Updates the CDN URLs in the README.md to match the major version in the

View File

@ -1,4 +1,3 @@
#!/usr/bin/env node
/** /**
* @fileoverview * @fileoverview
* Generates a MarkDown file that lists every brand name and their slug. * Generates a MarkDown file that lists every brand name and their slug.

View File

@ -1,4 +1,3 @@
#!/usr/bin/env node
/** /**
* @fileoverview * @fileoverview
* Replaces the SVG count milestone "Over <NUMBER> Free SVG icons..." located * Replaces the SVG count milestone "Over <NUMBER> Free SVG icons..." located