@tiptap/extension-table-cell
Advanced tools
Comparing version 2.1.0-rc.9 to 2.1.0-rc.10
@@ -1,3 +0,3 @@ | ||
import { TableCell } from './table-cell'; | ||
export * from './table-cell'; | ||
import { TableCell } from './table-cell.js'; | ||
export * from './table-cell.js'; | ||
export default TableCell; |
{ | ||
"name": "@tiptap/extension-table-cell", | ||
"description": "table cell extension for tiptap", | ||
"version": "2.1.0-rc.9", | ||
"version": "2.1.0-rc.10", | ||
"homepage": "https://tiptap.dev", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@tiptap/core": "^2.1.0-rc.9" | ||
"@tiptap/core": "^2.1.0-rc.10" | ||
}, | ||
@@ -35,0 +35,0 @@ "peerDependencies": { |
@@ -1,5 +0,5 @@ | ||
import { TableCell } from './table-cell' | ||
import { TableCell } from './table-cell.js' | ||
export * from './table-cell' | ||
export * from './table-cell.js' | ||
export default TableCell |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13505