Skip to content

Commit

Permalink
Shuffle pkg json
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jun 18, 2021
1 parent 1b4aa16 commit caa0255
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "1.2.3",
"description": "Fastest JS implementation of ed25519 & ristretto255. Auditable, high-security, 0-dependency pubkey, scalarmult & EDDSA",
"main": "index.js",
"browser": {
"crypto": false
},
"files": [
"index.js",
"index.d.ts"
Expand All @@ -32,6 +29,9 @@
"url": "https://github.com/paulmillr/noble-ed25519.git"
},
"license": "MIT",
"browser": {
"crypto": false
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
Expand Down

0 comments on commit caa0255

Please sign in to comment.