Forgot to add @types/chrome

This commit is contained in:
Luke Hagar
2023-05-22 14:57:30 -05:00
parent e1f514e850
commit 97393a8887
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ Built with [Sveltekit](https://kit.svelte.dev) and [Skeleton](https://www.skelet
Out of the box Includes:
* [x] Skeleton
* [x] Tailwind
* [x] Chrome Types
* [x] ESlint
* [x] Prettier
* [x] TypeScript

View File

@@ -19,6 +19,7 @@
"@sveltejs/kit": "^1.5.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/chrome": "^0.0.236",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"autoprefixer": "^10.4.14",