Skip to content

Commit

Permalink
Merge pull request #41 from signalfx/explicitlySupport4.x+
Browse files Browse the repository at this point in the history
explicitly state nodejs version support for 4.x+
  • Loading branch information
mpetazzoni authored Apr 5, 2018
2 parents 16f40a2 + d6c392b commit 54410f6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 77 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
node_js:
- "9.11"
- "8.11"
- "4.1"
- "4.0"
- '0.10'
- '0.12'
- 'iojs'
53 changes: 0 additions & 53 deletions circle.sh

This file was deleted.

19 changes: 0 additions & 19 deletions circle.yml

This file was deleted.

1 change: 0 additions & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
}
</style>
</head>

<body>
<div class="graph"></div>
<script>
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "signalfx",
"version": "5.0.1",
"version": "6.0.0",
"description": "Node.js client library for SignalFx",
"homepage": "https://signalfx.com",
"repository": "https://github.com/signalfx/signalfx-nodejs",
Expand Down Expand Up @@ -47,5 +47,8 @@
"prepublish": "gulp prepublish",
"test": "gulp"
},
"engines": {
"npm" : ">=4.0.0"
},
"license": "Apache Software License v2"
}

0 comments on commit 54410f6

Please sign in to comment.