fix packages

This commit is contained in:
Philipp Kühn
2018-08-23 10:49:01 +02:00
parent 678bcd3673
commit adc90a7ecd
6 changed files with 13 additions and 12 deletions

View File

@@ -11,8 +11,8 @@
"files": [
"src",
"dist"
],
"repository": {
],
"repository": {
"type": "git",
"url": "git+https://github.com/heyscrumpy/tiptap.git"
},
@@ -22,6 +22,7 @@
"dependencies": {
"prosemirror-commands": "^1.0.7",
"prosemirror-inputrules": "^1.0.1",
"prosemirror-schema-list": "^1.0.1"
"prosemirror-schema-list": "^1.0.1",
"tiptap-utils": "^0.1.1"
}
}