Skip to content

Commit

Permalink
Added requirement for Node version not lower 4
Browse files Browse the repository at this point in the history
  • Loading branch information
SolomoN-ua committed Dec 9, 2018
1 parent 88a0330 commit e4a9147
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: node_js
node_js:
- "node"
- "10"
- "8"
- "6"
- "5"
- "4"
before_install: npm install -g grunt-cli
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"lib",
"index.js"
],
"engines": {
"node": ">=4"
},
"devDependencies": {
"grunt-simple-mocha": "~0.4.0",
"grunt-contrib-jshint": "~1.1.0",
Expand Down

0 comments on commit e4a9147

Please sign in to comment.