Skip to content

Commit

Permalink
Update package.json (#18)
Browse files Browse the repository at this point in the history
Modified `module` path to be correct so ESM-enabled bundlers can properly resolve the output ES module.
  • Loading branch information
aweber1 authored Aug 26, 2021
1 parent c48d888 commit 3b20ebd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"trailingComma": "es5"
},
"author": "Zach Silveira",
"module": "dist/@zach.codes/react-calendar.esm.js",
"module": "dist/react-calendar.esm.js",
"size-limit": [
{
"path": "dist/@zach.codes/react-calendar.cjs.production.min.js",
"path": "dist/react-calendar.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/@zach.codes/react-calendar.esm.js",
"path": "dist/react-calendar.esm.js",
"limit": "10 KB"
}
],
Expand Down Expand Up @@ -92,4 +92,4 @@
"\\.(css|less|scss|sass)$": "identity-obj-proxy"
}
}
}
}

0 comments on commit 3b20ebd

Please sign in to comment.