Skip to content

Commit

Permalink
docs: correct include & exclude option (#152)
Browse files Browse the repository at this point in the history
It's `include` and `exclude` instead of `includes` and `excludes`
  • Loading branch information
sxzz authored Mar 4, 2024
1 parent 43e8a0a commit 8591449
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/docs/publishing-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ equivalent to specifying a default entrypoint in the object form.
}
```

You can also use the `includes` and `excludes` options to include and exclude
files during publishing. If using a `deno.json`, you can use `publish.includes`
and `publish.excludes` to include and exclude files only for publishing, rather
You can also use the `include` and `exclude` options to include and exclude
files during publishing. If using a `deno.json`, you can use `publish.include`
and `publish.exclude` to include and exclude files only for publishing, rather
than for all Deno subcommands.
[Learn more about ignoring files](#ignoring-files).

Expand Down

0 comments on commit 8591449

Please sign in to comment.