Skip to content

Commit

Permalink
hotfix/ fix mistaken cjs change
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolnetto committed Feb 11, 2023
1 parent f7493be commit 40f4cff
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
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.5",
"type": "module",
"description": "A npm package to organize and validate artifacts",
"main": "dist/index-require.js",
"module": "src/index.cjs",
"main": "dist/index-require.cjs",
"module": "src/index.js",
"modules.root": "src",
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 40f4cff

Please sign in to comment.