Skip to content

Commit

Permalink
Fixed extension typo
Browse files Browse the repository at this point in the history
  • Loading branch information
W4G1 committed Dec 18, 2023
1 parent 0a37a65 commit 2b7f072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multithreading",
"version": "0.1.13",
"version": "0.1.14",
"description": "⚡ Multithreading functions in JavaScript, designed to be as simple and fast as possible.",
"author": "Walter van der Giessen <waltervdgiessen@gmail.com>",
"homepage": "https://multithreading.io",
Expand All @@ -21,7 +21,7 @@
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
"require": "./dist/index.js"
},
"files": [
"dist/"
Expand Down

0 comments on commit 2b7f072

Please sign in to comment.