Browse Source

Specify engine and drop support of node 4/5 🚨

pull/62/head
Adriean Khisbe 7 years ago
parent
commit
9785317bfa
2 changed files with 3 additions and 2 deletions
  1. +0
    -2
      .travis.yml
  2. +3
    -0
      package.json

+ 0
- 2
.travis.yml View File

@ -1,7 +1,5 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"


+ 3
- 0
package.json View File

@ -3,6 +3,9 @@
"version": "2.8.3",
"description": "Datadog API Node.JS Client",
"main": "lib/index.js",
"engines": {
"node": ">= 6.10.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha --recursive ./test",
"lint": "eslint lib test bin/dogapi examples",


Loading…
Cancel
Save