create-tiptap-extension
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "create-tiptap-extension", | ||
"description": "Create a new Tiptap extension in seconds.", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "type": "module", |
# create-tiptap-extension · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/facebook/react/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/create-tiptap-extension.svg?style=flat)](https://www.npmjs.com/package/create-tiptap-extension) | ||
> Create a new tiptap extension in a few seconds. | ||
> Create a new Tiptap extension in a few seconds. | ||
@@ -5,0 +5,0 @@ ## Usage |
@@ -18,3 +18,4 @@ { | ||
"@rollup/plugin-commonjs": "^24.0.1", | ||
"@tiptap/core": "^2.0.0-beta.218", | ||
"@tiptap/core": "^2.0.0-beta.220", | ||
"@tiptap/pm": "^2.0.0-beta.220", | ||
"rollup": "^3.17.3", | ||
@@ -25,4 +26,5 @@ "rollup-plugin-auto-external": "^2.0.0", | ||
"peerDependencies": { | ||
"@tiptap/core": "^2.0.0-beta.218" | ||
"@tiptap/core": "^2.0.0-beta.220", | ||
"@tiptap/pm": "^2.0.0-beta.220" | ||
} | ||
} |
@@ -16,3 +16,4 @@ { | ||
"@rollup/plugin-commonjs": "^24.0.1", | ||
"@tiptap/core": "^2.0.0-beta.218", | ||
"@tiptap/core": "^2.0.0-beta.220", | ||
"@tiptap/pm": "^2.0.0-beta.220", | ||
"rollup": "^3.17.3", | ||
@@ -25,4 +26,5 @@ "rollup-plugin-auto-external": "^2.0.0", | ||
"peerDependencies": { | ||
"@tiptap/core": "^2.0.0-beta.218" | ||
"@tiptap/core": "^2.0.0-beta.220", | ||
"@tiptap/pm": "^2.0.0-beta.220" | ||
} | ||
} |
14749