Want node v4.0.0 or later

This commit is contained in:
Alexander Corn 2016-03-04 18:27:50 -05:00
parent eecd682033
commit 72c01468da

View File

@ -20,5 +20,8 @@
"cheerio": "^0.19.0", "cheerio": "^0.19.0",
"async": "^1.4.2", "async": "^1.4.2",
"steam-totp": "^1.3.0" "steam-totp": "^1.3.0"
},
"engines": {
"node": ">=4.0.0"
} }
} }