Skip to content

Commit

Permalink
New Minor Release
Browse files Browse the repository at this point in the history
Now using esbuild for building the package.
  • Loading branch information
mike-lischke committed Sep 23, 2023
1 parent 2598263 commit af17138
Show file tree
Hide file tree
Showing 7 changed files with 414 additions and 17 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"ignorePatterns": [
"**/generated/*",
"lib/**/*",
"coverage/",
"jest.config.ts"
],
"parser": "@typescript-eslint/parser",
Expand Down
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Thumbs.db

# Ignored files
src/
lib/test/
lib/*.map
tests/
ports/
images/
Expand Down
Loading

0 comments on commit af17138

Please sign in to comment.