From 742e8d57913676fff5666a2f21a585c70ed70c8b Mon Sep 17 00:00:00 2001 From: Ethan Zimbelman Date: Tue, 27 Feb 2024 15:14:00 -0800 Subject: [PATCH] fix: update the project package name to match the repo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb07f95..8ba6c27 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "bolt-js-slack-connect-admin", + "name": "bolt-js-slack-connect", "version": "1.0.0", "description": "This project aims to speed up the time to understand & implement automations using Slack Connect APIs.", "main": "app.js",