Skip to content

Commit 55fd697

Browse files
committed
feat!: drop Node.js<18 support
1 parent a95949d commit 55fd697

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2023 Zoltan Kochan <z@kochan.io>
3+
Copyright (c) 2016-2024 Zoltan Kochan <z@kochan.io>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "symlink-dir",
3-
"version": "5.2.1",
3+
"version": "6.0.0",
44
"description": "Cross-platform directory symlinking",
55
"main": "dist/index.js",
66
"files": [
@@ -61,6 +61,6 @@
6161
}
6262
},
6363
"engines": {
64-
"node": ">=12.10"
64+
"node": ">=18.12"
6565
}
6666
}

0 commit comments

Comments
 (0)