remove engines property from package

This commit is contained in:
Berkeley Martinez
2015-07-24 22:28:20 -07:00
parent c0eda90eb1
commit 227e486fdc

View File

@ -5,10 +5,6 @@
"type": "git", "type": "git",
"url": "https://github.com/freecodecamp/freecodecamp.git" "url": "https://github.com/freecodecamp/freecodecamp.git"
}, },
"engines": {
"node": "0.10.35",
"npm": "2.3.0"
},
"scripts": { "scripts": {
"start": "babel-node server/server.js", "start": "babel-node server/server.js",
"prestart-production": "bower cache clean && bower install && gulp build", "prestart-production": "bower cache clean && bower install && gulp build",