Skip to content

Commit

Permalink
Fix: invalid exports for main target.
Browse files Browse the repository at this point in the history
  • Loading branch information
remusao authored and maxdavidson committed May 1, 2020
1 parent 67b3add commit 4815008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -9,8 +9,8 @@
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"import": "dist/index.js",
"require": "dist/index.cjs"
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"sideEffects": false,
"repository": {
Expand Down

0 comments on commit 4815008

Please sign in to comment.