From 253d34a2afe99cd09c208074a80edcfb83bf16ab Mon Sep 17 00:00:00 2001 From: nsakaimbo Date: Thu, 18 Apr 2024 13:38:32 -0600 Subject: [PATCH] de-scope package --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12723e0..89da093 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@bloom/node-pushnotifications-fcm", + "name": "node-pushnotifications-fcm", "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "@bloom/node-pushnotifications-fcm", + "name": "node-pushnotifications-fcm", "version": "2.1.1", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 35c01c3..33a3ce4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@bloom/node-pushnotifications-fcm", + "name": "node-pushnotifications-fcm", "description": "A cross-platform push service for node.js", "version": "2.1.1", "author": {