fix: jsr import map don't update deno types directive

This commit is contained in:
Julien Oculi 2024-07-15 22:34:59 +02:00
parent 7006664fc4
commit 34764ad6b2
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@cohabit/mailer",
"version": "0.3.1",
"version": "0.3.2",
"exports": {
".": "./mod.ts",
"./cli": "./cli.ts",

View file

@ -1,6 +1,6 @@
import React from 'preact/compat' //for jsx-email
import { render } from 'jsx-email'
// @deno-types="turndown"
// @deno-types="npm:turndown@^7.1.3"
import Turndown from 'turndown'
import type { JSX } from 'preact'