Skip to content

Commit

Permalink
Fix cjs extension
Browse files Browse the repository at this point in the history
  • Loading branch information
W4G1 committed Dec 17, 2023
1 parent 84ffc96 commit c263c74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multithreading",
"version": "0.1.5",
"version": "0.1.6",
"description": "Multithreading that feels like normal JavaScript",
"author": "Walter van der Giessen <waltervdgiessen@gmail.com>",
"homepage": "https://github.com/W4G1/multithreading/tree/main#readme",
Expand All @@ -13,10 +13,10 @@
"parallel"
],
"types": "./dist/esm/index.d.ts",
"main": "./dist/cjs/index.cjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"exports": {
"require": "./dist/cjs/index.cjs",
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js"
},
"files": [
Expand Down

0 comments on commit c263c74

Please sign in to comment.