Skip to content

Commit 0375148

Browse files
committed
BREAKING CHANGE: min supported node@18
1 parent 8af1300 commit 0375148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debug-level",
3-
"version": "3.3.0-0",
3+
"version": "4.0.0-0",
44
"description": "debug with levels",
55
"keywords": [
66
"debug",
@@ -115,7 +115,7 @@
115115
"debug": "^4.3.1"
116116
},
117117
"engines": {
118-
"node": ">=12"
118+
"node": ">=18"
119119
},
120120
"c4uIgnore": {
121121
"chalk": "^4.0.0 // ^5 is ESM only and won't work with transpiled version"

0 commit comments

Comments
 (0)