Skip to content

Commit

Permalink
drop support for unmaintained versions of Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Oct 26, 2017
1 parent 43fb7db commit c57eefa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -5,9 +5,6 @@ node_js:
- "6"
- "5"
- "4"
- "0.12"
- "0.10"
- "iojs"
after_success:
- npm install coveralls mocha-lcov-reporter
- npm run coveralls
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -12,6 +12,9 @@
"author": "William Belle <william.belle@gmail.com>",
"license": "Apache-2.0",
"repository": "https://github.com/healthonnet/honcode-certification-utils.git",
"engines": {
"node": ">=4"
},
"main": "src/index.js",
"files": [
"src/index.js"
Expand Down

0 comments on commit c57eefa

Please sign in to comment.