Merge pull request #258 from ilanbiala/master

Make MEAN less restrictive about Node and NPM
This commit is contained in:
Liran Tal
2014-12-30 21:37:16 +02:00
2 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
language: node_js
node_js:
- "0.10"
- "0.11"
env:
- NODE_ENV=travis
services:
- mongodb
- mongodb

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"
}
}
}