From b8dc2320be184947cfe2452f272cadb3e393ebe6 Mon Sep 17 00:00:00 2001 From: Justine De Caires Date: Tue, 10 Jan 2023 13:14:17 -0600 Subject: [PATCH] package.json: rename package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8042577..dd699ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "license": "MIT", - "name": "twemoji-parser", + "name": "@twemoji/parser", "version": "14.0.0", "description": "Parser for identifying Twemoji in text", "main": "dist/index.js",