We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
version
1 parent a67f652 commit cfe8f98Copy full SHA for cfe8f98
package.json
@@ -13,11 +13,10 @@
13
"lint:apply": "biome lint packages/* --apply",
14
"format": "biome format",
15
"format:write": "biome format --write",
16
+ "version": "changeset version && pnpm install --no-frozen-lockfile && pnpm run check",
17
"release": "pnpm build && changeset publish"
18
},
- "keywords": [
19
- "withastro"
20
- ],
+ "keywords": ["withastro"],
21
"author": "bholmesdev",
22
"license": "MIT",
23
"devDependencies": {
0 commit comments