Skip to content

Commit

Permalink
fix es modules exports
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseykulikov committed Oct 24, 2023
1 parent 444eff0 commit c9c9104
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,12 +1,12 @@
{
"name": "crux-api",
"version": "3.0.0",
"version": "3.0.1",
"description": "A tiny CrUX API wrapper that supports record & history API, handles errors, and provides types.",
"repository": "https://github.com/treosh/crux-api",
"bugs": "https://github.com/treosh/crux-api/issues",
"license": "MIT",
"type": "module",
"source": "src/index.js",
"exports": "./src/index.js",
"types": "types/index.d.ts",
"files": [
"src",
Expand Down

0 comments on commit c9c9104

Please sign in to comment.