Skip to content

Commit

Permalink
fix: fix main value in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phorcys420 committed Aug 10, 2024
1 parent 95c45d3 commit d065ac5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "@uwu/configmasher",
"version": "2.0.1",
"description": "NodeJS Config aggregator",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"repository": {
Expand Down

0 comments on commit d065ac5

Please sign in to comment.