Skip to content

Commit

Permalink
publish include/exclude files
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton committed Mar 9, 2024
1 parent d727ed0 commit b4331fb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
"name": "@key/gen-ssh-ed25519",
"version": "0.1.0",
"publish": {
"include": [
"deno.json",
"package.json",
"LICENSE.txt",
"README.md",
"./src"
],
"exclude": [
".git/",
".vscode/",
".github/"
]
},
"exports": {
"./private": "./src/private.ts",
"./uuid": "./src/uuid.ts",
Expand Down

0 comments on commit b4331fb

Please sign in to comment.