Skip to content

Commit

Permalink
exclude examples and remove npm lock
Browse files Browse the repository at this point in the history
  • Loading branch information
lherman-cs committed Dec 30, 2024
1 parent 2abadb2 commit ab53796
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 3 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@
},
"exclude": [
"src",
"tests"
"tests",
"examples"
],
"publish": {
"exclude": [
"pkg-node/package.json",
"!pkg-node/",
"!pkg-deno/"
]
Expand Down
6 changes: 0 additions & 6 deletions package-lock.json

This file was deleted.

0 comments on commit ab53796

Please sign in to comment.