Skip to content

Commit

Permalink
build: restore package exports props
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Mar 19, 2024
1 parent 3aa3035 commit 36cf817
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@
"test": "vitest",
"test:unit": "vitest run"
},
"main": "./dist/lib/murmur.umd.cjs",
"module": "./dist/lib/murmur.js",
"files": [
"lib/**/*",
"dist/lib/**/*"
],
"exports": {
".": {
"import": "./dist/lib/murmur.js",
"require": "./dist/lib/murmur.umd.cjs"
},
"./lib/": "./lib/",
"./dist/": "./dist/"
},
"type": "module",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
Expand Down

0 comments on commit 36cf817

Please sign in to comment.