Node.js 10.4.0 BigInt

This commit is contained in:
vss-devel 2019-02-28 21:30:53 +03:00
parent 8c61401b7b
commit 2b69dccffa
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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",