This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
node-dogapi
mirror of
https://github.com/brettlangdon/node-dogapi.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
40
Wiki
Activity
Browse Source
Specify engine and drop support of node 4/5
🚨
pull/62/head
Adriean Khisbe
7 years ago
parent
f1cbac8d73
commit
9785317bfa
2 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
.travis.yml
+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"
,
Write
Preview
Loading…
Cancel
Save