Skip to content

Commit afb8f4f

Browse files
authoredNov 9, 2019
Merge pull request #516 from http-party/specify_engines
require at least node 6
2 parents 1755478 + 090b08e commit afb8f4f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
},
1010
"keywords": [
1111
"cli",
12-
"command"
12+
"command",
13+
"http",
14+
"server"
1315
],
1416
"scripts": {
1517
"start": "node ./bin/http-server",
@@ -20,6 +22,9 @@
2022
"lib",
2123
"bin"
2224
],
25+
"engines": {
26+
"node": ">=6"
27+
},
2328
"contributors": [
2429
{
2530
"name": "Charlie Robbins",

0 commit comments

Comments
 (0)
Please sign in to comment.