We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95949d commit 55fd697Copy full SHA for 55fd697
LICENSE
@@ -1,6 +1,6 @@
1
The MIT License (MIT)
2
3
-Copyright (c) 2016-2023 Zoltan Kochan <z@kochan.io>
+Copyright (c) 2016-2024 Zoltan Kochan <z@kochan.io>
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
package.json
{
"name": "symlink-dir",
- "version": "5.2.1",
+ "version": "6.0.0",
"description": "Cross-platform directory symlinking",
"main": "dist/index.js",
"files": [
@@ -61,6 +61,6 @@
61
}
62
},
63
"engines": {
64
- "node": ">=12.10"
+ "node": ">=18.12"
65
66
0 commit comments