summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-05 21:22:47 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-06 22:40:07 +0100
commit08ec69cb378d67f31c11f1f934dd9ebdb32d0130 (patch)
treef12fef6745d6d7835a80564fa0bcdbe2ed4e4b9b /package.json
parent9780cff82196e532f50a4d2c0bf8b41b7e284637 (diff)
Installs vercel NPM package
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8cf3866..a1c48a1 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,8 @@
"prepare": "husky install"
},
"dependencies": {
- "astro": "^2.9.7"
+ "astro": "^2.9.7",
+ "vercel": "^31.2.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.1",