@tiptap/extension-list-item
Advanced tools
Comparing version 2.7.0 to 2.7.1
@@ -0,3 +1,3 @@ | ||
import { Slice } from '@tiptap/pm/model'; | ||
import { Plugin } from '@tiptap/pm/state'; | ||
import { Slice } from 'packages/pm/model'; | ||
export declare const DropPlugin: (onDrop: (e: DragEvent, slice: Slice, moved: boolean) => void) => Plugin<any>; |
{ | ||
"name": "@tiptap/extension-list-item", | ||
"description": "list item extension for tiptap", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"homepage": "https://tiptap.dev", | ||
@@ -32,6 +32,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"@tiptap/core": "^2.7.0" | ||
"@tiptap/core": "^2.7.1" | ||
}, | ||
"peerDependencies": { | ||
"@tiptap/core": "^2.7.0-pre.0" | ||
"@tiptap/core": "^2.7.0" | ||
}, | ||
@@ -38,0 +38,0 @@ "repository": { |
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
156722