From 819afa3c4613d7c8a1e68097f242095088f77f3e Mon Sep 17 00:00:00 2001 From: Kevin Boutin Date: Thu, 14 Sep 2023 17:10:40 -0400 Subject: [PATCH] feat(hub-501): add namespace to package.json publishConfig --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63e61ac0..ad70e33d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "serverless-azure-functions", + "name": "@locusrobotics/serverless-azure-functions", "version": "2.2.1-a", "description": "Provider plugin for the Serverless Framework v1.x which adds support for Azure Functions.", "license": "MIT",