- tiptap-commands@0.2.5
 - tiptap-extensions@0.7.2
 - tiptap@0.9.2
This commit is contained in:
Philipp Kühn
2018-09-04 13:42:54 +02:00
parent b9ee8e9a28
commit ab28f8e0e7
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tiptap-extensions",
"version": "0.7.1",
"version": "0.7.2",
"description": "Extensions for tiptap",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
@@ -21,7 +21,7 @@
},
"dependencies": {
"prosemirror-history": "^1.0.2",
"tiptap": "^0.9.1",
"tiptap-commands": "^0.2.4"
"tiptap": "^0.9.2",
"tiptap-commands": "^0.2.5"
}
}