prosemirror-tables
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -79,2 +79,3 @@ // This file defines a plugin that handles the drawing of cell | ||
exports.CellSelection = CellSelection | ||
exports.handlePaste = handlePaste; | ||
for (var name in commands) { exports[name] = commands[name] } |
{ | ||
"name": "prosemirror-tables", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "ProseMirror's rowspan/colspan tables component", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -64,2 +64,3 @@ // This file defines a plugin that handles the drawing of cell | ||
exports.CellSelection = CellSelection | ||
exports.handlePaste = handlePaste; | ||
for (let name in commands) exports[name] = commands[name] |
788407
18511