Skip to content

Commit 5276af6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎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-
"./": "./"
34+
"./*": "./*.js"
3535
},
3636
"scripts": {
3737
"test": "make test"

0 commit comments

Comments
 (0)
Please sign in to comment.