Bumps minimum engine to 4.5 (#2733)

This commit is contained in:
Florent Vilmart
2016-09-24 13:53:31 -04:00
committed by GitHub
parent 2ec2bb5660
commit 9260e8b05f
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@
"prepublish": "npm run build"
},
"engines": {
"node": ">=4.3"
"node": ">=4.5"
},
"bin": {
"parse-server": "./bin/parse-server"