Skip to content

Commit

Permalink
➕ Add tslib
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Aug 7, 2024
1 parent a1fbb5c commit 27753fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion libs/qwikdev-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@
"./entrypoints": "./src/entrypoints.ts",
"./utils": "./src/utils.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 All @@ -61,6 +66,7 @@
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.0",
"astro": "^4.12.2",
"tslib": "^2.6.3",
"typescript": "^5.4.2",
"vite": "^5.3"
},
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 27753fc

Please sign in to comment.