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

This commit is contained in:
Julien Oculi 2024-07-15 22:37:38 +02:00
parent 34764ad6b2
commit 486a3da213
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,4 +1,4 @@
// @deno-types="@types/nodemailer"
// @deno-types="npm:@types/nodemailer@^6.4.15"
import nodemailer from 'nodemailer'
import dkim from '../config/dkim.json' with { type: 'json' }