Skip to content

Commit

Permalink
feat!: drop Node.js<18 support
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Apr 11, 2024
1 parent a95949d commit 55fd697
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2023 Zoltan Kochan <[email protected]>
Copyright (c) 2016-2024 Zoltan Kochan <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "symlink-dir",
"version": "5.2.1",
"version": "6.0.0",
"description": "Cross-platform directory symlinking",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -61,6 +61,6 @@
}
},
"engines": {
"node": ">=12.10"
"node": ">=18.12"
}
}

0 comments on commit 55fd697

Please sign in to comment.