@pnpm/fs.hard-link-dir
Advanced tools
Comparing version 1.0.3 to 2.0.0
{ | ||
"name": "@pnpm/fs.hard-link-dir", | ||
"version": "1.0.3", | ||
"version": "2.0.0", | ||
"description": "Hard link (or copy if linking fails) all files from a directory to several target directories.", | ||
@@ -13,3 +13,3 @@ "main": "lib/index.js", | ||
"keywords": [ | ||
"pnpm7", | ||
"pnpm8", | ||
"find", | ||
@@ -19,3 +19,3 @@ "package" | ||
"engines": { | ||
"node": ">=14.6" | ||
"node": ">=16.14" | ||
}, | ||
@@ -27,7 +27,6 @@ "license": "MIT", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/fs/hard-link-dir#readme", | ||
"dependencies": {}, | ||
"funding": "https://opencollective.com/pnpm", | ||
"devDependencies": { | ||
"@pnpm/fs.hard-link-dir": "1.0.3", | ||
"@pnpm/prepare": "0.0.62" | ||
"@pnpm/fs.hard-link-dir": "2.0.0", | ||
"@pnpm/prepare": "0.0.65" | ||
}, | ||
@@ -38,3 +37,3 @@ "exports": { | ||
"scripts": { | ||
"lint": "eslint src/**/*.ts test/**/*.ts", | ||
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", | ||
"_test": "jest", | ||
@@ -41,0 +40,0 @@ "test": "pnpm run compile && pnpm run _test", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7638