Skip to content

Commit 415b35d

Browse files
authored
Add engines.node entry to package.json (#80)
1 parent 9f9d09f commit 415b35d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"bugs": "https://github.com/replicate/replicate-javascript/issues",
88
"license": "Apache-2.0",
99
"main": "index.js",
10+
"engines": {
11+
"node": ">=18"
12+
},
1013
"scripts": {
1114
"lint": "eslint .",
1215
"test": "jest"

0 commit comments

Comments
 (0)