Skip to content

Commit

Permalink
chore(package): update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
miloszsobczak committed Sep 11, 2023
1 parent 7645694 commit f1665a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/async-promise-batch/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "async-promise-batch",
"version": "1.0.1",
"version": "1.0.2",
"description": "A utility for batching and controlling the concurrency of promises, providing efficient asynchronous processing.",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"files": [
"dist",
"LICENSE",
"README.md"
"../../LICENSE",
"../../README.md"
],
"scripts": {
"test": "jest",
Expand Down

0 comments on commit f1665a9

Please sign in to comment.