fix node version typo (0.4.0)

This commit is contained in:
Vincent Weevers 2016-07-15 12:36:03 +02:00
parent de2fd4a2ac
commit 1299f5b071
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
"share"
],
"engines": {
"node": ">=0.4.0",
"node": ">=4.0.0",
"npm": ">=2.0.0"
},
"repository": "vweevers/node-docker-share",