Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: removes support for node <6
Browse files Browse the repository at this point in the history
  • Loading branch information
damien committed May 30, 2018
1 parent 3c8c2bd commit dd76521
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ services:
- mongodb
- docker
node_js:
- 4
- 6
- 8
before_install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"grunt": "~0.4.5"
},
"engines": {
"node": ">=0.8.0"
"node": ">=6.0.0"
},
"scripts": {},
"license": "Apache-2.0"
Expand Down

0 comments on commit dd76521

Please sign in to comment.