mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 19:33:26 +08:00
Move coral rte to talk-plugin-rich-text
This commit is contained in:
@@ -1 +0,0 @@
|
||||
module.exports = {};
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"name": "@coralproject/talk-plugin-rich-text-coral",
|
||||
"pluginName": "talk-plugin-rich-text-coral",
|
||||
"version": "0.0.1",
|
||||
"description": "Simple Rich Text Editor for Talk",
|
||||
"main": "index.js",
|
||||
"author": "The Coral Project Team <coral@mozillafoundation.org>",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"react-contenteditable": "^2.0.7"
|
||||
}
|
||||
}
|
||||
@@ -9,6 +9,7 @@
|
||||
"dependencies": {
|
||||
"dompurify": "^1.0.3",
|
||||
"jsdom": "^11.6.2",
|
||||
"linkifyjs": "^2.1.5"
|
||||
"linkifyjs": "^2.1.5",
|
||||
"react-contenteditable": "^2.0.7"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user