fix: jsr import map don't update deno types directive
This commit is contained in:
parent
34764ad6b2
commit
486a3da213
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@cohabit/mailer",
|
"name": "@cohabit/mailer",
|
||||||
"version": "0.3.2",
|
"version": "0.3.3",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./mod.ts",
|
".": "./mod.ts",
|
||||||
"./cli": "./cli.ts",
|
"./cli": "./cli.ts",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// @deno-types="@types/nodemailer"
|
// @deno-types="npm:@types/nodemailer@^6.4.15"
|
||||||
import nodemailer from 'nodemailer'
|
import nodemailer from 'nodemailer'
|
||||||
import dkim from '../config/dkim.json' with { type: 'json' }
|
import dkim from '../config/dkim.json' with { type: 'json' }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue