diff --git a/package.json b/package.json index 46fe999..cea2395 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "walk-it", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "description": "Async file walk iterator", "main": "./dist/index.js", @@ -12,9 +12,9 @@ ], "exports": { ".": { + "types": "./dist/index.d.ts", "require": "./dist/index.js", - "import": "./dist/index.mjs", - "types": "./dist/index.d.ts" + "import": "./dist/index.mjs" } }, "scripts": {