Update package.json

This commit is contained in:
Ilan Biala
2014-11-10 09:42:59 -05:00
parent ad870299c6
commit 30fd05c5c2

View File

@@ -9,8 +9,8 @@
"url": "https://github.com/meanjs/mean.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
"node": ">=0.10.28",
"npm": ">=1.4.28"
},
"scripts": {
"start": "grunt",
@@ -70,4 +70,4 @@
"karma-firefox-launcher": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.2"
}
}
}