Skip to content

Commit

Permalink
edit available node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Mar 8, 2017
1 parent 56759c2 commit 89eb2f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ sudo: false
language: node_js
node_js:
- "7"
- "6"
- "4"
services:
- redis-server
script: npm run coverage
script:
- npm run coverage
after_success:
- bash <(curl -s https://codecov.io/bash)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koa-simple-ratelimit",
"description": "Simple Rate limiter middleware for koa v2",
"version": "2.1.3",
"version": "2.1.4",
"scripts": {
"test": "NODE_ENV=test node_modules/mocha/bin/mocha --reporter spec",
"lint": "eslint index.js test; exit 0",
Expand Down Expand Up @@ -34,7 +34,7 @@
"url": "git+https://github.com/scttcper/koa-simple-ratelimit.git"
},
"engines": {
"node": ">= 4"
"node": ">= 7.6.0"
},
"keywords": [
"koa",
Expand Down

0 comments on commit 89eb2f9

Please sign in to comment.