Skip to content

Commit e2d563f

Browse files
authored
Merge pull request #2 from twilio-labs/fix-more
Fix more
2 parents 90ed568 + 4d3c672 commit e2d563f

File tree

7 files changed

+902
-690
lines changed

7 files changed

+902
-690
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
],
2020
"no-plusplus": "off",
2121
"import/extensions": "off",
22-
"no-restricted-syntax": "off"
22+
"no-restricted-syntax": "off",
23+
"no-param-reassign": "off"
2324
}
2425
}

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,9 @@
6060
"tsc-esm-fix": "^3.1.2",
6161
"tsx": "^4.19.3",
6262
"typescript": "^5.3.3"
63+
},
64+
"engines": {
65+
"node": ">=20.0.0",
66+
"npm": ">=11.0.0"
6367
}
6468
}

0 commit comments

Comments
 (0)