diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-05 21:22:47 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-05 21:22:47 +0100 |
| commit | 27a25bfdeb07007e06bd4a608cd9953be04271ec (patch) | |
| tree | 21a2dd499263db475b4c1b08ecd56f345c85962c /package.json | |
| parent | 90254344d599bc977c0661f7c9681b7509a9076e (diff) | |
Installs vercel NPM package
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index afb226a..24f5b55 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", |
