diff --git a/package.json b/package.json index 80638c37b1..7807d2716c 100755 --- a/package.json +++ b/package.json @@ -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" } -} \ No newline at end of file +}