serverless: Update to version 2.2.0

This commit is contained in:
Jakub Čábera 2020-09-23 20:54:20 +02:00
parent b8eb099127
commit d649a03c62

View File

@ -1,12 +1,12 @@
{ {
"version": "2.1.1", "version": "2.2.0",
"description": "Framework for building and operating serverless applications", "description": "Framework for building and operating serverless applications",
"homepage": "https://serverless.com", "homepage": "https://serverless.com",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/serverless/serverless/releases/download/v2.1.1/serverless-win-x64.exe#/serverless.exe", "url": "https://github.com/serverless/serverless/releases/download/v2.2.0/serverless-win-x64.exe#/serverless.exe",
"hash": "37205431f6d2625e724c659db41e12bc3330a73ae041f2f73e18f3ec55683475" "hash": "95c6541ae6e817951805b97657e5c0d524e833071bf53b2f4a1817291728d5bb"
} }
}, },
"bin": "serverless.exe", "bin": "serverless.exe",