From 0a5bb8130df9591faa9c997b1371c5b7c06af691 Mon Sep 17 00:00:00 2001 From: Nithin David Date: Fri, 15 Jan 2021 12:32:02 +0530 Subject: [PATCH] Publish chatwoot registry --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a0522c..78d264c 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Schema setup for using prosemirror in chatwoot. Based on 👉 https://github.com/ProseMirror/prosemirror-example-setup/", "main": "src/index.js", "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", @@ -31,6 +32,6 @@ "prosemirror-view": "^1.17.2" }, "publishConfig": { - "registry": "https://npm.pkg.github.com/@dalenguyen" + "registry": "https://npm.pkg.github.com/@chatwoot" } }