fix: package.json - deprecation warning on exports field (#1400)

This commit is contained in:
Mimi 2022-01-25 22:35:08 +08:00 committed by Keith Cirkel
parent c8a4e00c51
commit 5276af683c
No known key found for this signature in database
GPG key ID: C2988935153F2C6B

View file

@ -31,7 +31,7 @@
"require": "./index.js",
"import": "./index.mjs"
},
"./": "./"
"./*": "./*.js"
},
"scripts": {
"test": "make test"