Skip to content

Commit

Permalink
1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
smart-massi committed Jun 15, 2023
1 parent 5519b4c commit 32aab2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smart-massi/asyncbatch",
"version": "1.0.12",
"version": "1.0.13",
"description": "Asynchronously process task batches",
"main": "lib/main.js",
"types": "lib/main.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import _AsyncBatch from "./AsyncBatch";

console.log("Hello ok");
console.log("Hello 12220");

export const AsyncBatch = _AsyncBatch;

0 comments on commit 32aab2b

Please sign in to comment.