version bump 1.0.2: fix node version

This commit is contained in:
SheetJS 2020-03-16 12:32:12 -04:00
parent 10e0364e32
commit 3bf5459c6f
2 changed files with 3 additions and 3 deletions

View File

@ -88,5 +88,5 @@ granted by the Apache 2.0 License are reserved by the Original Author.
## References
- [MS-WMF]: Windows Metafile Format
- `MS-WMF`: Windows Metafile Format

View File

@ -1,6 +1,6 @@
{
"name": "wmf",
"version": "1.0.1",
"version": "1.0.2",
"author": "sheetjs",
"description": "Windows MetaFile (WMF) parser",
"keywords": [
@ -63,6 +63,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=12.0"
"node": ">=0.8"
}
}