Skip to content

Commit

Permalink
Drop node 0.10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jul 17, 2016
1 parent 954be7c commit ce9c018
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ node_js:
- "6"
- "5"
- "4"
- "0.12"
- "0.10"
after_success: npm run coveralls
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@
"url": "https://github.com/Kikobeats/voll/issues"
},
"keywords": [
"bool",
"boolean",
"evaluator",
"expression",
"parser",
"interpreter"
"interpreter",
"parser"
],
"dependencies": {},
"devDependencies": {
Expand All @@ -35,7 +37,7 @@
"standard": "latest"
},
"engines": {
"node": ">= 0.10"
"node": ">= 4"
},
"scripts": {
"build": "npm run-script build-parser && npm run-script build-lexer",
Expand Down

0 comments on commit ce9c018

Please sign in to comment.