Skip to content

Commit 7778d71

Browse files
committedOct 7, 2024·
Meta tweaks
1 parent e2e5b71 commit 7778d71

File tree

3 files changed

+8
-16
lines changed

3 files changed

+8
-16
lines changed
 

‎.github/funding.yml

-4
This file was deleted.

‎package.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@
1111
"url": "https://sindresorhus.com"
1212
},
1313
"type": "module",
14-
"exports": "./index.js",
15-
"types": "./index.d.ts",
14+
"exports": {
15+
"types": "./index.d.ts",
16+
"default": "./index.js"
17+
},
18+
"sideEffects": false,
1619
"engines": {
1720
"node": ">=18"
1821
},
@@ -49,20 +52,19 @@
4952
"filesystem"
5053
],
5154
"dependencies": {
52-
"globby": "^14.0.1",
55+
"globby": "^14.0.2",
5356
"is-glob": "^4.0.3",
5457
"is-path-cwd": "^3.0.0",
5558
"is-path-inside": "^4.0.0",
5659
"p-map": "^7.0.2",
57-
"rimraf": "^5.0.7",
5860
"slash": "^5.1.0"
5961
},
6062
"devDependencies": {
6163
"ava": "^6.1.3",
6264
"benchmark": "^2.1.4",
6365
"tempy": "^3.1.0",
64-
"tsd": "^0.31.0",
65-
"xo": "^0.58.0"
66+
"tsd": "^0.31.2",
67+
"xo": "^0.59.3"
6668
},
6769
"ava": {
6870
"serial": true,

‎readme.md

-6
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,6 @@ await deleteAsync(patterns, {
165165

166166
See [del-cli](https://github.com/sindresorhus/del-cli) for a CLI for this module and [trash-cli](https://github.com/sindresorhus/trash-cli) for a safe version that is suitable for running by hand.
167167

168-
## del for enterprise
169-
170-
Available as part of the Tidelift Subscription.
171-
172-
The maintainers of del and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-del?utm_source=npm-del&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
173-
174168
## Related
175169

176170
- [make-dir](https://github.com/sindresorhus/make-dir) - Make a directory and its parents if needed

0 commit comments

Comments
 (0)
Please sign in to comment.