From db9d1239f5e23f196855a1d1f73e05ea008e1100 Mon Sep 17 00:00:00 2001 From: Max Guriev Date: Wed, 16 Apr 2025 11:02:17 -0700 Subject: [PATCH] fix package.json --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 68f9544..1723d59 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,10 @@ { - "author:": "Ada Engineers", - "main": "./src/api.js", - "name": "impulse-api", - "description": "A quick and efficient Api with Express under the hood.", + "name": "@adasupport/impulse-api", "author": { "name": "Ada Support" }, "main": "./src/api.js", - "name": "impulse-api", - "description": "Fork of a legacy dependency", + "description": "Fork of a dependency for legacy handoffs", "license": "MIT", "publishConfig": { "registry": "https://npm.pkg.github.com"