mirror of
https://github.com/samsonjs/ThePusher.git
synced 2026-03-25 09:15:57 +00:00
fix required node version
This commit is contained in:
parent
eb6226fdf1
commit
02a6906179
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
"thepusher": "./pusher.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": "0.4.x - 0.6.x"
|
||||
"node": ">=0.4.x"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Reference in a new issue