Skip to content

Commit d0584e9

Browse files
committedApr 4, 2018
explicitly state nodejs version support for 4.x+
1 parent 16f40a2 commit d0584e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎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.