mirror of
https://github.com/samsonjs/format.git
synced 2026-03-25 08:45:53 +00:00
fix required node version
This commit is contained in:
parent
7adae2f18a
commit
2ee657e612
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"main": "./lib/index",
|
||||
"engines": {
|
||||
"node": "0.4.x - 0.6.x"
|
||||
"node": ">=0.4.x"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue