We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9697da5 commit 4bd4d49Copy full SHA for 4bd4d49
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "for-promise",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "Execute all promises inside a \"for\" script.",
5
"scripts": {
6
"test": "npm run test:mjs && npm run test:cjs && npm run test:js",
@@ -19,7 +19,7 @@
19
},
20
"main": "./dist/index.cjs",
21
"module": "./dist/index.mjs",
22
- "types": "./dist/index.d.ts",
+ "types": "./dist/index.d.mts",
23
"ethereum": "jasmindreasond.x",
24
"exports": {
25
".": {
0 commit comments