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" } }