Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5784ef23f6 | ||
|
|
ef55efe842 |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@noble/curves",
|
||||
"version": "0.8.1",
|
||||
"version": "0.8.2",
|
||||
"description": "Minimal, auditable JS implementation of elliptic curve cryptography",
|
||||
"files": [
|
||||
"abstract",
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
"outDir": ".",
|
||||
"target": "es2020",
|
||||
"lib": ["es2020"], // Set explicitly to remove DOM
|
||||
"module": "es6",
|
||||
"moduleResolution": "node16",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"noUnusedLocals": true,
|
||||
"baseUrl": ".",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user