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

Loading…
Cancel
Save