Skip to content

Commit

Permalink
chore: .json -> .txt
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 committed Sep 4, 2023
1 parent 7e15ee4 commit baedf01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
prerelease: true
title: "NPM Ranking"
files: |
raw.txt
raw.json
LICENSE
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
raw.txt
raw.json
src/PACKAGES.md
book
2 changes: 1 addition & 1 deletion scripts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.`,
);

0 comments on commit baedf01

Please sign in to comment.