mirror of
https://github.com/samsonjs/NorthWatcher.git
synced 2026-04-03 10:55:51 +00:00
fix required node version
This commit is contained in:
parent
4da17cbfcc
commit
4f7823d11a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"main": "./northwatcher.js",
|
||||
"engines": {
|
||||
"node": "0.4.x - 0.6.x"
|
||||
"node": ">=0.4.x"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue