mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
deps: Require Node.js 12.17.0 or later
This makes it possible to use dynamic `import()`.
This commit is contained in:
parent
151f954fea
commit
1e604add99
7 changed files with 8 additions and 7 deletions
|
@ -225,7 +225,7 @@ publish your plugin.
|
|||
"author": "USERNAME (REAL NAME) <MAIL@EXAMPLE.COM>",
|
||||
"contributors": [],
|
||||
"dependencies": {"MODULE": "0.3.20"},
|
||||
"engines": {"node": ">=12.13.0"}
|
||||
"engines": {"node": ">=12.17.0"}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue