Skip to content

Commit

Permalink
chore: drop node 13 for create-koishi
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jun 23, 2022
1 parent ff5b0ed commit e9c40cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
"main": "lib/node.js",
"module": "lib/browser.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=12.0.0"
},
"files": [
"lib"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/selector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,6 @@ Context.service('selector', {
methods: [
'any', 'never', 'union', 'intersect', 'exclude', 'select',
'user', 'self', 'guild', 'channel', 'platform', 'private',
'chain', 'waterfall', 'before', 'logger', 'setTimeout', 'setInterval', 'broadcast',
'chain', 'waterfall', 'before', 'logger', 'setTimeout', 'setInterval',
],
})
4 changes: 2 additions & 2 deletions packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "create-koishi",
"description": "Setup a Koishi application",
"version": "5.1.4",
"version": "5.1.5",
"main": "lib/index.js",
"engines": {
"node": ">=12.0.0"
"node": "^12 || >=14"
},
"files": [
"lib"
Expand Down

0 comments on commit e9c40cc

Please sign in to comment.