Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/html-to-structured-text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ To ensure that a valid `dast` is generated the default handlers also check that

Information about the parent `dast` node name is available in `context.parentNodeType`.

Please take a look at the [default handlers implementation](./handlers.ts) for examples.
Please take a look at the [default handlers implementation](./src/handlers.ts) for examples.

The default handlers are available on `context.defaultHandlers`.

Expand Down
2 changes: 1 addition & 1 deletion packages/html-to-structured-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datocms-html-to-structured-text",
"version": "3.0.0",
"version": "3.0.1",
"description": "Convert HTML (or a `hast` syntax tree) to a valid DatoCMS Structured Text `dast` document",
"keywords": [
"datocms",
Expand Down