Skip to content

Commit

Permalink
chore: fix types path in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Feb 9, 2023
1 parent d4b6e71 commit 03cedcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
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",
Expand Down Expand Up @@ -35,7 +36,6 @@
"nodejs"
],
"author": "thecodrr <thecodrr@protonmail.com>",
"types": "index.d.ts",
"license": "MIT",
"bugs": {
"url": "https://github.com/thecodrr/fdir/issues"
Expand Down

0 comments on commit 03cedcc

Please sign in to comment.