Skip to content

Commit 022c2fa

Browse files
committedJan 25, 2022
fix package.json exports
1 parent 5276af6 commit 022c2fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎package-lock.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"require": "./index.js",
3232
"import": "./index.mjs"
3333
},
34-
"./*": "./*.js"
34+
"./*": "./*"
3535
},
3636
"scripts": {
3737
"test": "make test"

0 commit comments

Comments
 (0)
Please sign in to comment.