prep for jsr publishing
This commit is contained in:
13
deno.json
13
deno.json
@@ -1,4 +1,17 @@
|
||||
{
|
||||
"name": "@iankulin/logger",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"exports": {
|
||||
".": "./lib/logger.ts"
|
||||
},
|
||||
"publish": {
|
||||
"include": [
|
||||
"lib/",
|
||||
"README.md",
|
||||
"LICENSE"
|
||||
]
|
||||
},
|
||||
"imports": {
|
||||
"@std/assert": "https://deno.land/std@0.224.0/assert/mod.ts",
|
||||
"@std/testing": "https://deno.land/std@0.224.0/testing/mock.ts"
|
||||
|
||||
Reference in New Issue
Block a user