add test/package.json to treat tests as esm
This commit is contained in:
parent
54c7cf8b33
commit
f1d8650842
7
curve-definitions/test/package.json
Normal file
7
curve-definitions/test/package.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"type": "module",
|
||||||
|
"browser": {
|
||||||
|
"crypto": false,
|
||||||
|
"./crypto": "./esm/cryptoBrowser.js"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user