Skip to content

Commit 54410f6

Browse files
authoredApr 5, 2018
Merge pull request #41 from signalfx/explicitlySupport4.x+
explicitly state nodejs version support for 4.x+
2 parents 16f40a2 + d6c392b commit 54410f6

File tree

5 files changed

+6
-77
lines changed

5 files changed

+6
-77
lines changed
 

‎.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22
node_js:
3+
- "9.11"
4+
- "8.11"
35
- "4.1"
46
- "4.0"
5-
- '0.10'
6-
- '0.12'
7-
- 'iojs'

‎circle.sh

-53
This file was deleted.

‎circle.yml

-19
This file was deleted.

‎example/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
}
3434
</style>
3535
</head>
36-
3736
<body>
3837
<div class="graph"></div>
3938
<script>

‎package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signalfx",
3-
"version": "5.0.1",
3+
"version": "6.0.0",
44
"description": "Node.js client library for SignalFx",
55
"homepage": "https://signalfx.com",
66
"repository": "https://github.com/signalfx/signalfx-nodejs",
@@ -47,5 +47,8 @@
4747
"prepublish": "gulp prepublish",
4848
"test": "gulp"
4949
},
50+
"engines": {
51+
"npm" : ">=4.0.0"
52+
},
5053
"license": "Apache Software License v2"
5154
}

0 commit comments

Comments
 (0)
Please sign in to comment.