@tiptap/extension-code-block
Advanced tools
Comparing version 2.0.0-beta.37 to 2.0.0-beta.40
{ | ||
"name": "@tiptap/extension-code-block", | ||
"description": "code block extension for tiptap", | ||
"version": "2.0.0-beta.37", | ||
"version": "2.0.0-beta.40", | ||
"homepage": "https://tiptap.dev", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "31efb0802e77e32c8c1b65e1a8456a5d3262b0ae" | ||
"gitHead": "591c0807a2ab5c34b4b7fe12c12511fe4f493ebd" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { Node, textblockTypeInputRule, mergeAttributes } from '@tiptap/core' | ||
import { mergeAttributes, Node, textblockTypeInputRule } from '@tiptap/core' | ||
import { Plugin, PluginKey, TextSelection } from 'prosemirror-state' | ||
@@ -3,0 +3,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
78872