Browse Source

Publish chatwoot registry

add-plugins
Nithin David 4 years ago
parent
commit
0a5bb8130d
  1. 3
      package.json

3
package.json

@ -4,6 +4,7 @@
"description": "Schema setup for using prosemirror in chatwoot. Based on 👉 https://github.com/ProseMirror/prosemirror-example-setup/", "description": "Schema setup for using prosemirror in chatwoot. Based on 👉 https://github.com/ProseMirror/prosemirror-example-setup/",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -31,6 +32,6 @@
"prosemirror-view": "^1.17.2" "prosemirror-view": "^1.17.2"
}, },
"publishConfig": { "publishConfig": {
"registry": "https://npm.pkg.github.com/@dalenguyen" "registry": "https://npm.pkg.github.com/@chatwoot"
} }
} }

Loading…
Cancel
Save