Skip to content

Commit

Permalink
Release 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Aug 22, 2024
1 parent 04d070e commit 86dbae0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 7 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,39 +43,32 @@
"main": "index.js",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./esm/index.js",
"default": "./index.js"
"require": "./index.js"
},
"./index": {
"types": "./index.d.ts",
"import": "./esm/index.js",
"default": "./index.js"
"require": "./index.js"
},
"./_crystals": {
"types": "./_crystals.d.ts",
"import": "./esm/_crystals.js",
"default": "./_crystals.js"
"require": "./_crystals.js"
},
"./ml-dsa": {
"types": "./ml-dsa.d.ts",
"import": "./esm/ml-dsa.js",
"default": "./ml-dsa.js"
"require": "./ml-dsa.js"
},
"./ml-kem": {
"types": "./ml-kem.d.ts",
"import": "./esm/ml-kem.js",
"default": "./ml-kem.js"
"require": "./ml-kem.js"
},
"./slh-dsa": {
"types": "./slh-dsa.d.ts",
"import": "./esm/slh-dsa.js",
"default": "./slh-dsa.js"
"require": "./slh-dsa.js"
},
"./utils": {
"types": "./utils.d.ts",
"import": "./esm/utils.js",
"default": "./utils.js"
"require": "./utils.js"
}
},
"keywords": [
Expand Down

0 comments on commit 86dbae0

Please sign in to comment.