Merge branch 'master' into feature/code-highlighting

This commit is contained in:
Philipp Kühn
2018-09-03 23:28:01 +02:00
8 changed files with 620 additions and 616 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tiptap-extensions",
"version": "0.6.1",
"version": "0.7.0",
"description": "Extensions for tiptap",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
@@ -22,7 +22,7 @@
"dependencies": {
"lowlight": "^1.10.0",
"prosemirror-history": "^1.0.2",
"tiptap": "^0.8.0",
"tiptap": "^0.9.0",
"tiptap-commands": "^0.2.4"
}
}