Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
[DEV-4087] Update Node engines
Browse files Browse the repository at this point in the history
Previously the Node engine listed as supported in the package.json was
Node >=0.8.0. This was not in fact true.

The Node engine has been updated so that it is consistent with our
Travis test environment(s).
  • Loading branch information
nathanbuchar committed May 1, 2018
1 parent 7425cea commit 048f76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"bugs:": "apisupport@hellosign.com",
"engines": {
"node": ">= v0.8.0"
"node": ">=8.0.0"
},
"main": "lib/hellosign.js",
"dependencies": {
Expand Down

0 comments on commit 048f76b

Please sign in to comment.