Skip to content

Commit 4e09ad8

Browse files
author
dflynn15
committed
🐢 feat: Version Node engine in package.json
- Enforces Node version due to use of `let`, `const`, and `Promise` according to http://node.green/
1 parent 06e676b commit 4e09ad8

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
@@ -18,5 +18,8 @@
1818
"url": "[email protected]:sparkbox/splinter.git",
1919
"type": "git"
2020
},
21-
"author": "Adam Simpson <[email protected]>"
21+
"author": "Adam Simpson <[email protected]>",
22+
"engine": {
23+
"node": ">=4.3.2"
24+
}
2225
}

0 commit comments

Comments
 (0)