mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 13:56:25 +02:00
Require node 10.1, bug fix in wikihow, deps
This commit is contained in:
@@ -15,7 +15,7 @@ module.exports = class WikihowCommand extends Command {
|
|||||||
key: 'query',
|
key: 'query',
|
||||||
prompt: 'What article would you like to search for?',
|
prompt: 'What article would you like to search for?',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
parse: query => query.replace(/^((how )?to)/i, '')
|
parse: query => query.replace(/^((how )?to )/i, '')
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|||||||
+3
-3
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "81.0.1",
|
"version": "81.0.2",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/dragonfire535/xiao#readme",
|
"homepage": "https://github.com/dragonfire535/xiao#readme",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.0.0"
|
"node": ">=10.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"canvas": "github:automattic/node-canvas",
|
"canvas": "github:automattic/node-canvas",
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
"pg": "^6.4.2",
|
"pg": "^6.4.2",
|
||||||
"pg-hstore": "^2.3.2",
|
"pg-hstore": "^2.3.2",
|
||||||
"random-js": "^1.0.8",
|
"random-js": "^1.0.8",
|
||||||
"sequelize": "^4.37.10",
|
"sequelize": "^4.38.0",
|
||||||
"uws": "^10.148.1",
|
"uws": "^10.148.1",
|
||||||
"zlib-sync": "^0.1.4"
|
"zlib-sync": "^0.1.4"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user