From b3906b828e99395af173bd706c4cccce3284ef0a Mon Sep 17 00:00:00 2001 From: LitoMore Date: Fri, 28 Jul 2023 22:19:49 +0800 Subject: [PATCH] Remove unused shebang line (#9126) --- scripts/build/package.js | 1 - scripts/get-filename.js | 1 - scripts/lint/jsonlint.js | 1 - scripts/lint/ourlint.js | 1 - scripts/release/bump-version.js | 1 - scripts/release/update-cdn-urls.js | 1 - scripts/release/update-slugs-table.js | 1 - scripts/release/update-svgs-count.js | 1 - 8 files changed, 8 deletions(-) diff --git a/scripts/build/package.js b/scripts/build/package.js index cb682951..4a88e8a9 100644 --- a/scripts/build/package.js +++ b/scripts/build/package.js @@ -1,4 +1,3 @@ -#!/usr/bin/env node /** * @fileoverview * Simple Icons package build script. diff --git a/scripts/get-filename.js b/scripts/get-filename.js index 1b34d91d..0cf5369d 100644 --- a/scripts/get-filename.js +++ b/scripts/get-filename.js @@ -1,4 +1,3 @@ -#!/usr/bin/env node /** * @fileoverview * Script that takes a brand name as argument and outputs the corresponding diff --git a/scripts/lint/jsonlint.js b/scripts/lint/jsonlint.js index dd223c45..b7f93fb2 100644 --- a/scripts/lint/jsonlint.js +++ b/scripts/lint/jsonlint.js @@ -1,4 +1,3 @@ -#!/usr/bin/env node /** * @fileoverview * CLI tool to run jsonschema on the simple-icons.json data file. diff --git a/scripts/lint/ourlint.js b/scripts/lint/ourlint.js index 77d10bb5..85dabd6c 100644 --- a/scripts/lint/ourlint.js +++ b/scripts/lint/ourlint.js @@ -1,4 +1,3 @@ -#!/usr/bin/env node /** * @fileoverview * Linters for the package that can't easily be implemented in the existing diff --git a/scripts/release/bump-version.js b/scripts/release/bump-version.js index fd1acbf0..a3bade81 100644 --- a/scripts/release/bump-version.js +++ b/scripts/release/bump-version.js @@ -1,4 +1,3 @@ -#!/usr/bin/env node /** * @fileoverview * Updates the version of this package to the CLI specified version. diff --git a/scripts/release/update-cdn-urls.js b/scripts/release/update-cdn-urls.js index 38eaaf4b..6b0a52c8 100644 --- a/scripts/release/update-cdn-urls.js +++ b/scripts/release/update-cdn-urls.js @@ -1,4 +1,3 @@ -#!/usr/bin/env node /** * @fileoverview * Updates the CDN URLs in the README.md to match the major version in the diff --git a/scripts/release/update-slugs-table.js b/scripts/release/update-slugs-table.js index e8ddd952..7f99a9c1 100644 --- a/scripts/release/update-slugs-table.js +++ b/scripts/release/update-slugs-table.js @@ -1,4 +1,3 @@ -#!/usr/bin/env node /** * @fileoverview * Generates a MarkDown file that lists every brand name and their slug. diff --git a/scripts/release/update-svgs-count.js b/scripts/release/update-svgs-count.js index 484c891e..dfb2ea46 100644 --- a/scripts/release/update-svgs-count.js +++ b/scripts/release/update-svgs-count.js @@ -1,4 +1,3 @@ -#!/usr/bin/env node /** * @fileoverview * Replaces the SVG count milestone "Over Free SVG icons..." located