From e6122106e8721037a3e9b4d95b0122e59672211a Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Thu, 14 Jan 2021 13:33:09 +0530 Subject: [PATCH] Add namespace to the package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2607856..2606fc4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "woot-prosemirror-schema", + "name": "@chatwoot/prosemirror-schema", "version": "1.0.0", "description": "Schema setup for using prosemirror in chatwoot. Based on 👉 https://github.com/ProseMirror/prosemirror-example-setup/", "main": "src/index.js",