Skip to content

Commit 9948433

Browse files
committed
add dotenv to import map
1 parent 9a8bbdc commit 9948433

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package/src/import_map.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"imports": {
33
"async/": "https://deno.land/[email protected]/async/",
44
"datetime/": "https://deno.land/[email protected]/datetime/",
5+
"dotenv/": "https://deno.land/[email protected]/dotenv/",
56
"encoding/": "https://deno.land/[email protected]/encoding/",
67
"flags/": "https://deno.land/[email protected]/flags/",
78
"fmt/": "https://deno.land/[email protected]/fmt/",
@@ -107,4 +108,4 @@
107108
"/npm:[email protected]?dew": "./resources/vendor/dev.jspm.io/[email protected]"
108109
}
109110
}
110-
}
111+
}

0 commit comments

Comments
 (0)