Skip to content

Commit

Permalink
updates package json and branch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
walt-1 committed Jul 3, 2024
1 parent 8f3e889 commit 231fba0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Release
on:
push:
branches:
- wasm-commented-events
- release/package

jobs:
build:
Expand Down
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
"module": "dist/index.esm.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "node build.js"
},
Expand Down

0 comments on commit 231fba0

Please sign in to comment.