Skip to content

Commit

Permalink
Merge pull request #14 from vim-denops/fix-publish
Browse files Browse the repository at this point in the history
☕ fix publish files
  • Loading branch information
lambdalisue authored Jul 30, 2024
2 parents 59281d5 + 3901adf commit 52c6a4a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
"name": "@denops/core",
"version": "0.0.0",
"exports": "./mod.ts",
"publish": {
"include": [
"**/*.ts",
"README.md",
"LICENSE"
],
"exclude": [
"**/*_test.ts",
".*"
]
},
"tasks": {
"check": "deno check **/*.ts",
"test": "deno test -A --parallel --shuffle --doc",
Expand Down

0 comments on commit 52c6a4a

Please sign in to comment.