Browse Source

Update package.json

add-plugins
Nithin David 4 years ago
parent
commit
a236047f1d
  1. 4
      package.json

4
package.json

@ -4,7 +4,6 @@
"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",
@ -30,5 +29,8 @@
"prosemirror-schema-list": "^1.1.4", "prosemirror-schema-list": "^1.1.4",
"prosemirror-state": "^1.3.3", "prosemirror-state": "^1.3.3",
"prosemirror-view": "^1.17.2" "prosemirror-view": "^1.17.2"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@dalenguyen"
} }
} }

Loading…
Cancel
Save