discord_spellcheck seems not to be used anymore
This commit is contained in:
parent
f51d445c22
commit
4939d69a19
|
@ -1,5 +0,0 @@
|
|||
module.exports = {
|
||||
cld: require('cld'),
|
||||
Spellchecker: require('spellchecker').Spellchecker,
|
||||
keyboardLayout: require('keyboard-layout'),
|
||||
};
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"files": [
|
||||
"index.js",
|
||||
"manifest.json"
|
||||
]
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"name": "discord_spellcheck",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 1
|
||||
}
|
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue