From f5cde46b70019878ea8a77465a8a403ca65d25a0 Mon Sep 17 00:00:00 2001 From: Dima Grossman Date: Thu, 26 Aug 2021 15:51:58 +0300 Subject: [PATCH] Rename "core" to "lib" --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 46e66b9c5fc..296cff27744 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "@notifire/core", + "name": "@notifire/lib", "version": "1.0.0", "description": "Notification Management Framework", "main": "build/main/index.js", "typings": "build/main/index.d.ts", "module": "build/module/index.js", - "repository": "https://github.com/notifire/core", + "repository": "https://github.com/notifirehq/lib", "license": "MIT", "keywords": [], "scripts": {