discord_spellcheck seems not to be used anymore

This commit is contained in:
Jean Ouina 2020-07-28 13:31:00 +02:00
parent f51d445c22
commit 4939d69a19
4 changed files with 0 additions and 29 deletions

View File

@ -1,5 +0,0 @@
module.exports = {
cld: require('cld'),
Spellchecker: require('spellchecker').Spellchecker,
keyboardLayout: require('keyboard-layout'),
};

View File

@ -1,6 +0,0 @@
{
"files": [
"index.js",
"manifest.json"
]
}

View File

@ -1,5 +0,0 @@
{
"name": "discord_spellcheck",
"version": "1.0.0",
"lockfileVersion": 1
}

View File

@ -1,13 +0,0 @@
{
"name": "discord_spellcheck",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}