diff --git a/package.json b/package.json index 037fef9..5a0522c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "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", @@ -30,5 +29,8 @@ "prosemirror-schema-list": "^1.1.4", "prosemirror-state": "^1.3.3", "prosemirror-view": "^1.17.2" + }, + "publishConfig": { + "registry": "https://npm.pkg.github.com/@dalenguyen" } }