From baedf01c9d6c5efd2c6476942991beb489ff6086 Mon Sep 17 00:00:00 2001 From: Tristan F <26509014+LeoDog896@users.noreply.github.com> Date: Mon, 4 Sep 2023 07:38:14 -0400 Subject: [PATCH] chore: .json -> .txt --- .github/workflows/publish.yml | 2 +- .gitignore | 2 +- scripts/index.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 100fa60..aa22027 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -56,5 +56,5 @@ jobs: prerelease: true title: "NPM Ranking" files: | - raw.txt + raw.json LICENSE diff --git a/.gitignore b/.gitignore index a1adf01..ec4756b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -raw.txt +raw.json src/PACKAGES.md book diff --git a/scripts/index.ts b/scripts/index.ts index 62ecf26..0de0257 100644 --- a/scripts/index.ts +++ b/scripts/index.ts @@ -139,5 +139,5 @@ console.assert( ); console.log( - `Wrote ${packages.length} packages to ./raw.txt and ./src/PACKAGES.md.`, + `Wrote ${packages.length} packages to ./raw.json and ./src/PACKAGES.md.`, );