Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Apr 4, 2024
1 parent 9047856 commit 8b105d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"dependencies": {
"@astrojs/prefetch": "0.4.1",
"@astrojs/sitemap": "3.1.2",
"@playform/build": "0.0.2",
"@playform/compress": "0.0.1",
"@playform/build": "0.0.5",
"@playform/compress": "0.0.2",
"@playform/format": "0.0.1",
"@playform/inline": "0.0.1",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.12",
"astro": "4.5.15",
"astro": "4.5.16",
"astro-capo": "0.0.1",
"astrojs-service-worker": "2.0.0",
"autoprefixer": "10.4.19",
Expand All @@ -45,7 +45,7 @@
"postcss-reporter": "7.1.0",
"postcss-url": "10.1.3",
"tailwindcss": "3.4.3",
"typescript": "5.4.3",
"typescript": "5.4.4",
"zod": "3.22.4"
},
"publishConfig": {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"baseUrl": "./",
"types": ["astro/client", "astro/env"]
},
"extends": "@playform/build/tsconfig"
"extends": "@playform/build/tsconfig",
"include": ["Source"]
}

0 comments on commit 8b105d0

Please sign in to comment.