Skip to content

Commit

Permalink
missing deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Sep 3, 2024
1 parent d5cfa0a commit c5306e5
Show file tree
Hide file tree
Showing 5 changed files with 2,085 additions and 19 deletions.
21 changes: 21 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "@nats-io/nkeys",
"version": "1.2.0-5",
"exports": {
".": "./modules/esm/mod.ts"
},
"test": {
"include": ["./test"]
},
"publish": {
"include": [
"LICENSE",
"CODE-OF-CONDUCT.md",
"MANTAINERS.md",
"README.md",
"./modules/esm/*",
"./src/**/*",
"jsr.json"
]
}
}
32 changes: 19 additions & 13 deletions docs/assets/icons.js

Large diffs are not rendered by default.

2,045 changes: 2,041 additions & 4 deletions docs/assets/main.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/assets/navigation.js

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

3 changes: 2 additions & 1 deletion docs/assets/search.js

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

0 comments on commit c5306e5

Please sign in to comment.