Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 authored Jun 3, 2023
1 parent 82f3960 commit c268381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit c268381

Please sign in to comment.