Skip to content

Commit 5276af6

Browse files
stevenjoezhangkeithamus
authored andcommitted
fix: package.json - deprecation warning on exports field (#1400)
1 parent c8a4e00 commit 5276af6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

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

0 commit comments

Comments
 (0)