From b81b7a4e8cfd82dcd9d0b8b9e26442d5a0eed941 Mon Sep 17 00:00:00 2001 From: sassless Date: Mon, 23 Dec 2024 19:10:18 +0300 Subject: [PATCH] removed serverless offline plugin --- notification/package.json | 1 - notification/serverless.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/notification/package.json b/notification/package.json index 0373f2b04..350ee0666 100644 --- a/notification/package.json +++ b/notification/package.json @@ -4,7 +4,6 @@ "description": "", "author": "SingularityNet", "dependencies": { - "serverless-offline": "5.12.0", "serverless-plugin-tracing": "2.0.0", "serverless-prune-plugin": "1.4.1", "serverless-python-requirements": "5.0.0", diff --git a/notification/serverless.yml b/notification/serverless.yml index 345a13438..dfaa31db5 100644 --- a/notification/serverless.yml +++ b/notification/serverless.yml @@ -1,5 +1,4 @@ plugins: - - serverless-offline - serverless-python-requirements - serverless-prune-plugin - serverless-aws-documentation