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

Commit 048f76b

Browse files
committed
[DEV-4087] Update Node engines
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).
1 parent 7425cea commit 048f76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"bugs:": "[email protected]",
1111
"engines": {
12-
"node": ">= v0.8.0"
12+
"node": ">=8.0.0"
1313
},
1414
"main": "lib/hellosign.js",
1515
"dependencies": {

0 commit comments

Comments
 (0)