Skip to content

Commit

Permalink
package.json manual files order
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 5, 2024
1 parent 2519e84 commit 5dd9948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"main": "./lib/index.js",
"bin": "./bin/index.js",
"files": [
"LICENSE.md",
"README.md",
"bin/index.js",
"lib/",
"LICENSE.md",
"package.json",
"README.md"
"package.json"
],
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit 5dd9948

Please sign in to comment.