Move coral rte to talk-plugin-rich-text

This commit is contained in:
Chi Vinh Le
2018-03-21 13:45:29 +01:00
parent 44b5a122c5
commit bd2fcf837a
17 changed files with 2 additions and 14 deletions
@@ -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"
}
}
+2 -1
View File
@@ -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"
}
}