Replace the deprecated zeit package with the newly released one from vercel (#47)

This commit is contained in:
Phil
2020-08-21 13:11:22 +02:00
committed by GitHub
parent a4f2467498
commit 0a3eb676d9
2 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@
"@actions/core": "^1.1.1"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",
"@vercel/ncc": "^0.23.0",
"eslint": "^7.4.0",
"jest": "^26.1.0"
}