mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +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',
|
||||
prompt: 'What article would you like to search for?',
|
||||
type: 'string',
|
||||
parse: query => query.replace(/^((how )?to)/i, '')
|
||||
parse: query => query.replace(/^((how )?to )/i, '')
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
+3
-3
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "81.0.1",
|
||||
"version": "81.0.2",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
@@ -28,7 +28,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/dragonfire535/xiao#readme",
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
"node": ">=10.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"canvas": "github:automattic/node-canvas",
|
||||
@@ -43,7 +43,7 @@
|
||||
"pg": "^6.4.2",
|
||||
"pg-hstore": "^2.3.2",
|
||||
"random-js": "^1.0.8",
|
||||
"sequelize": "^4.37.10",
|
||||
"sequelize": "^4.38.0",
|
||||
"uws": "^10.148.1",
|
||||
"zlib-sync": "^0.1.4"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user