Skip to content

Commit

Permalink
chore: sort lookup.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rluvaton committed Apr 5, 2024
1 parent 810e9a3 commit 17cf3b3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@
"skip": "win32",
"maintainers": "dominictarr"
},
"astro": {
"scripts": [
"build:ci",
"test"
],
"maintainers": "@princesseuh",
"prefix": "astro@",
"pnpm": true,
"tags": "latest",
"head": true
},
"ava": {
"prefix": "v",
"skip": ["ppc", "win32", "x86", "rhel", "aix", "ia32"],
Expand Down Expand Up @@ -461,16 +472,5 @@
"skip": [">=21"],
"expectFail": "fips",
"maintainers": ["SBoudrias", "sindresorhus"]
},
"astro": {
"scripts": [
"build:ci",
"test"
],
"maintainers": "@princesseuh",
"prefix": "astro@",
"pnpm": true,
"tags": "latest",
"head": true
}
}

0 comments on commit 17cf3b3

Please sign in to comment.