From f48b0c28ecab9e034e6bce8dc7f10c2b3b586c41 Mon Sep 17 00:00:00 2001 From: Alexander Gratzl Date: Mon, 2 Dec 2024 13:17:29 +0100 Subject: [PATCH] updated package name so I can use it for my project until PR is merged --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c3629e6..eb79dd5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules +.idea diff --git a/package.json b/package.json index 9bd9614b..28b64329 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "squire-rte", + "name": "solv-squire", "version": "2.3.2", "description": "Squire is an HTML5 rich text editor, which provides powerful cross-browser normalisation, whilst being supremely lightweight and flexible.", "main": "dist/squire.mjs",