Skip to content

Commit

Permalink
🚨 Fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Jul 12, 2024
1 parent b90ea53 commit d58a00c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
5 changes: 1 addition & 4 deletions libs/create-qwikdev-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@
".": "./dist/index.js",
"./package.json": "./package.json"
},
"files": [
"dist",
"stubs"
],
"files": ["dist", "stubs"],
"bin": "./dist/cli.js",
"keywords": [
"astro-integration",
Expand Down
7 changes: 1 addition & 6 deletions libs/qwikdev-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@
"./package.json": "./package.json",
"./server": "./server.ts"
},
"files": [
"src",
"src/index.ts",
"server.ts",
"env.d.ts"
],
"files": ["src", "src/index.ts", "server.ts", "env.d.ts"],
"keywords": [
"astro-integration",
"astro-component",
Expand Down

0 comments on commit d58a00c

Please sign in to comment.