@tiptap/extension-bullet-list
Advanced tools
Comparing version 2.0.0-beta.220 to 2.0.0-rc.1
{ | ||
"name": "@tiptap/extension-bullet-list", | ||
"description": "bullet list extension for tiptap", | ||
"version": "2.0.0-beta.220", | ||
"version": "2.0.0-rc.1", | ||
"homepage": "https://tiptap.dev", | ||
@@ -32,6 +32,6 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@tiptap/core": "^2.0.0-beta.209" | ||
"@tiptap/core": "2.0.0-rc.1" | ||
}, | ||
"devDependencies": { | ||
"@tiptap/core": "^2.0.0-beta.220" | ||
"@tiptap/core": "2.0.0-rc.1" | ||
}, | ||
@@ -47,2 +47,2 @@ "repository": { | ||
} | ||
} | ||
} |
@@ -8,8 +8,8 @@ # @tiptap/extension-bullet-list | ||
## Introduction | ||
tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. | ||
Tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. | ||
## Official Documentation | ||
Documentation can be found on the [tiptap website](https://tiptap.dev). | ||
Documentation can be found on the [Tiptap website](https://tiptap.dev). | ||
## License | ||
tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap/blob/main/LICENSE.md). | ||
Tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap/blob/main/LICENSE.md). |
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
43255