fix: jsr import map don't update deno types directive
This commit is contained in:
parent
7006664fc4
commit
34764ad6b2
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@cohabit/mailer",
|
"name": "@cohabit/mailer",
|
||||||
"version": "0.3.1",
|
"version": "0.3.2",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./mod.ts",
|
".": "./mod.ts",
|
||||||
"./cli": "./cli.ts",
|
"./cli": "./cli.ts",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import React from 'preact/compat' //for jsx-email
|
import React from 'preact/compat' //for jsx-email
|
||||||
import { render } from 'jsx-email'
|
import { render } from 'jsx-email'
|
||||||
// @deno-types="turndown"
|
// @deno-types="npm:turndown@^7.1.3"
|
||||||
import Turndown from 'turndown'
|
import Turndown from 'turndown'
|
||||||
import type { JSX } from 'preact'
|
import type { JSX } from 'preact'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue