Skip to content

Commit 6d4dbd8

Browse files
committed
Drops support for Node < 14.14.0
1 parent 138a658 commit 6d4dbd8

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
@@ -13,7 +13,7 @@
1313
"license": "MIT",
1414
"author": "Ismay Wolff (https://www.wolffsoftwareengineering.nl)",
1515
"maintainers": [
16-
"Kevin Van Lierde (https://webketje.com"
16+
"Kevin Van Lierde (https://webketje.com)"
1717
],
1818
"source": "src/index.js",
1919
"main": "lib/index.cjs",
@@ -71,6 +71,6 @@
7171
"access": "public"
7272
},
7373
"engines": {
74-
"node": ">=12.0.0"
74+
"node": ">=14.14.0"
7575
}
7676
}

0 commit comments

Comments
 (0)