@zeit/ncc -> @vercel/ncc, update package.json

This commit is contained in:
MSP-Greg
2020-08-23 13:50:07 +02:00
committed by Benoit Daloze
parent 0ccde464c3
commit ad2d64d83c
3 changed files with 24522 additions and 24947 deletions
+3 -3
View File
@@ -23,12 +23,12 @@
"homepage": "https://github.com/ruby/setup-ruby",
"dependencies": {
"@actions/cache": "^1.0.2",
"@actions/core": "^1.2.3",
"@actions/core": "^1.2.4",
"@actions/exec": "^1.0.3",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.3.1"
"@actions/tool-cache": "^1.3.4"
},
"devDependencies": {
"@zeit/ncc": "^0.21.1"
"@vercel/ncc": "^0.23.0"
}
}