Skip to content

Commit 4bd4d49

Browse files
tiny fix
1 parent 9697da5 commit 4bd4d49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "for-promise",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Execute all promises inside a \"for\" script.",
55
"scripts": {
66
"test": "npm run test:mjs && npm run test:cjs && npm run test:js",
@@ -19,7 +19,7 @@
1919
},
2020
"main": "./dist/index.cjs",
2121
"module": "./dist/index.mjs",
22-
"types": "./dist/index.d.ts",
22+
"types": "./dist/index.d.mts",
2323
"ethereum": "jasmindreasond.x",
2424
"exports": {
2525
".": {

0 commit comments

Comments
 (0)