Skip to content

Commit

Permalink
Merge pull request meanjs#258 from ilanbiala/master
Browse files Browse the repository at this point in the history
Make MEAN less restrictive about Node and NPM
  • Loading branch information
lirantal committed Dec 30, 2014
2 parents 8e5dbbe + fd98f26 commit 6a03450
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
node_js:
- "0.10"
- "0.11"
env:
- NODE_ENV=travis
services:
- mongodb
- mongodb
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -70,4 +70,4 @@
"karma-firefox-launcher": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.2"
}
}
}

0 comments on commit 6a03450

Please sign in to comment.