add test/package.json to treat tests as esm

This commit is contained in:
Paul Miller 2022-12-16 02:14:36 +00:00
parent 54c7cf8b33
commit f1d8650842
No known key found for this signature in database
GPG Key ID: 697079DA6878B89B

@ -0,0 +1,7 @@
{
"type": "module",
"browser": {
"crypto": false,
"./crypto": "./esm/cryptoBrowser.js"
}
}