Skip to content

Commit

Permalink
alphabetically sort stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Jersey <wgyt735yt@gmail.com>
  • Loading branch information
williamhorning committed Mar 23, 2024
1 parent 8ac55cb commit 1f02481
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"exclude": [".github", "tests", ".gitattributes", ".gitignore", "deno.lock"]
},
"imports": {
"assert": "jsr:@std/assert@^0.220.1",
"b64": "jsr:@std/encoding@^0.220.1/base64",
"bdd": "jsr:@std/testing@^0.220.1/bdd",
"bytes_eq": "jsr:@std/bytes@^0.220.1/equals",
"hex": "jsr:@std/encoding@^0.220.1/hex",
"io": "jsr:@std/io@^0.220.1",
"semver": "jsr:@std/semver@^0.220.1",
"std_crypto": "jsr:@std/crypto@^0.220.1/crypto",
"hex": "jsr:@std/encoding@^0.220.1/hex",
"web-bson": "jsr:@lucsoft/web-bson@^0.3.1",
"bytes_eq": "jsr:@std/bytes@^0.220.1/equals",
"assert": "jsr:@std/assert@^0.220.1",
"bdd": "jsr:@std/testing@^0.220.1/bdd",
"semver": "jsr:@std/semver@^0.220.1"
"web-bson": "jsr:@lucsoft/web-bson@^0.3.1"
},
"test": {
"include": [
Expand Down

0 comments on commit 1f02481

Please sign in to comment.