datocms-structured-text-generic-html-renderer
Advanced tools
Comparing version 0.1.0-alpha.14 to 0.1.0-alpha.17
@@ -21,3 +21,3 @@ "use strict"; | ||
case 'strikethrough': | ||
return 'strike'; | ||
return 'del'; | ||
case 'highlight': | ||
@@ -24,0 +24,0 @@ return 'mark'; |
{ | ||
"name": "datocms-structured-text-generic-html-renderer", | ||
"version": "0.1.0-alpha.14", | ||
"version": "0.1.0-alpha.17", | ||
"description": "A set of Typescript types and helpers to work with DatoCMS Structured Text fields", | ||
@@ -33,5 +33,5 @@ "keywords": [ | ||
"dependencies": { | ||
"datocms-structured-text-utils": "^0.1.0-alpha.14" | ||
"datocms-structured-text-utils": "^0.1.0-alpha.17" | ||
}, | ||
"gitHead": "ea4b4763c9b49fdfa6d5559debc25835a94ea889" | ||
"gitHead": "67c03de2e3ef8194b8c3ca8bcccf3ee0f74f3b50" | ||
} |
Sorry, the diff of this file is not supported yet
10622