mirror of
https://github.com/samsonjs/batteries.git
synced 2026-03-25 09:15:46 +00:00
fix required node version
This commit is contained in:
parent
03fc1bdad9
commit
77ca57ea69
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
, "bin" : { "node-batteries": "./repl.js" }
|
||||
, "main" : "./lib/index"
|
||||
, "engines" : { "node": "0.4.x - 0.6.x" }
|
||||
, "engines" : { "node": ">=0.4.x" }
|
||||
, "dependencies" : { "strftime" : "0.4.x" }
|
||||
, "licenses" : [
|
||||
{ "type": "MIT",
|
||||
|
|
|
|||
Loading…
Reference in a new issue