Skip to content

Commit

Permalink
Merge branch 'bugfix/0.3.3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lisez committed May 24, 2024
2 parents 3319ff2 + d51220e commit 07455ef
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: testing

on:
- push
- pull_request

push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
Expand Down
8 changes: 5 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"exclude": ["no-explicit-any"]
}
},
"imports": { "@deno/dnt": "jsr:@deno/dnt@^0.41.1", "modules/": "./modules/" },
"exports": "./modules/xemitter.ts",
"exclude": ["node_modules", "dist", ".github", "examples", "tests"]
"imports": {
"@deno/dnt": "jsr:@deno/dnt@^0.41.1",
"modules/": "./modules/"
},
"exports": "./modules/xemitter.ts"
}
4 changes: 4 additions & 0 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "@lisez/xevt",
"exclude": ["node_modules", "dist", ".github", "examples", "tests"]
}

0 comments on commit 07455ef

Please sign in to comment.