Skip to content

Commit af3b8be

Browse files
committed
Fixing the engine.value for stable BigInt
1 parent d344092 commit af3b8be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"sourceType": "module",
3030
"types": "types/filesize.d.ts",
3131
"engines": {
32-
"node": ">= 10.4.0"
32+
"node": ">= 10.8.0"
3333
},
3434
"scripts": {
3535
"build": "npm run rollup",

0 commit comments

Comments
 (0)