prosemirror-tables
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "prosemirror-tables", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "ProseMirror's rowspan/colspan tables component", | ||
@@ -5,0 +5,0 @@ "type": "module", |
import { defineConfig } from 'tsup'; | ||
export default defineConfig({ | ||
target: 'ES2018', | ||
entry: ['src/index.ts'], | ||
@@ -5,0 +6,0 @@ format: ['esm', 'cjs'], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
297665
8848