Skip to content

Commit

Permalink
fix(exports): prefix relative paths with ./
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m authored Jan 25, 2023
1 parent ffd4aaf commit b7bc028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/octicons_react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"exports": {
"import": "dist/index.esm.js",
"require": "dist/index.umd.js"
"import": "./dist/index.esm.js",
"require": "./dist/index.umd.js"
},
"sideEffects": false,
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b7bc028

Please sign in to comment.