-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix types path in package.json
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"name": "fdir", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"prepublishOnly": "npm run test && npm run build", | ||
"build": "tsc", | ||
|
@@ -35,7 +36,6 @@ | |
"nodejs" | ||
], | ||
"author": "thecodrr <[email protected]>", | ||
"types": "index.d.ts", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/thecodrr/fdir/issues" | ||
|