Skip to content

Commit 30d337f

Browse files
committed
Specify node engine
1 parent 684dc8c commit 30d337f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
],
1313
"license": "MIT",
1414
"bugs": "https://github.com/isaacgr/jaysonic/issues",
15+
"engines": {
16+
"node": ">=10.0.0"
17+
},
1518
"keywords": [
1619
"jsonrpc",
1720
"json-rpc",
@@ -93,4 +96,4 @@
9396
"commander": "^6.1.0",
9497
"ws": "^7.1.0"
9598
}
96-
}
99+
}

0 commit comments

Comments
 (0)