Skip to content

Commit e6efcf6

Browse files
authored
FIX: Adding engines to prevent installation unsupported nodejs versions (#14)
1 parent 126ea28 commit e6efcf6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
"smart-links",
3131
"mobile-attribution"
3232
],
33+
"engines": {
34+
"node": ">=18",
35+
"npm": ">=9"
36+
},
3337
"scripts": {
3438
"build": "tsc",
3539
"dev": "tsx watch src/index.ts",

0 commit comments

Comments
 (0)