Node.js 10.4.0 BigInt
This commit is contained in:
parent
8c61401b7b
commit
2b69dccffa
|
@ -11,7 +11,7 @@ The major point is that `wikizimmer.js` unlike to [mwoffliner](https://github.co
|
||||||
The package is relatively easy to install and it can even process some wikis running rather old versions of the Mediawiki engine.
|
The package is relatively easy to install and it can even process some wikis running rather old versions of the Mediawiki engine.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
Requirement: `node` version >= 8.x.
|
Requirement: `node` version >= 10.4.0
|
||||||
|
|
||||||
### With npm globally
|
### With npm globally
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
"mime-db": "*"
|
"mime-db": "*"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.0.0"
|
"node": ">=10.4.0"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"zimmer": "./zimmer.js",
|
"zimmer": "./zimmer.js",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user