Skip to content

Commit

Permalink
fix: deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lisez committed May 24, 2024
1 parent b9648a5 commit 3319ff2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
12 changes: 3 additions & 9 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "xevt",
"name": "@lisez/xevt",
"version": "0.3.1",
"tasks": {
"dev": "deno run --watch main.ts",
Expand All @@ -12,12 +12,6 @@
}
},
"imports": { "@deno/dnt": "jsr:@deno/dnt@^0.41.1", "modules/": "./modules/" },
"exports": {
"./emitter": "./modules/emitter.ts",
"./helpers": "./modules/helpers.ts",
"./xemitter": "./modules/xemitter.ts",
"./core_emitter": "./modules/core_emitter.ts",
"./conjoin_emitter": "./modules/conjoin_emitter.ts",
"./types": "./modules/types.ts"
}
"exports": "./modules/xemitter.ts",
"exclude": ["node_modules", "dist", ".github", "examples", "tests"]
}
5 changes: 0 additions & 5 deletions jsr.json

This file was deleted.

0 comments on commit 3319ff2

Please sign in to comment.