Skip to content

Commit

Permalink
Merge branch 'elelay-master'
Browse files Browse the repository at this point in the history
* elelay-master:
  Change minimum nodejs engine version (to 0.10.0)
  • Loading branch information
mazurov committed Jul 15, 2016
2 parents 72727d0 + eca6d0a commit d8cac38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
node_js:
- '6.3.0'
- '4.4.7'
- '0.10'
- '0.8'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "ECMAScript scope levels analyzer based on esprima toolbox",
"homepage": "https://github.com/mazurov/eslevels.git",
"main": "eslevels.js",
"version": "0.3.2",
"version": "0.4.0",
"engines": {
"node": ">=0.8.0"
"node": ">=0.10.0"
},
"maintainers": [{
"name": "Alexander Mazurov",
Expand Down

0 comments on commit d8cac38

Please sign in to comment.