Skip to content

Commit 09c8ebe

Browse files
authored
Merge pull request #22 from aboutbits/upgrade-package
Upgrade dev dependencies, clean up repository
2 parents 88d5181 + d032ca3 commit 09c8ebe

5 files changed

Lines changed: 4885 additions & 3728 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Test Package
22

33
on: push
44

5+
concurrency:
6+
group: ${{ github.ref }}
7+
cancel-in-progress: true
8+
59
jobs:
610
test:
711
runs-on: ubuntu-22.04

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
# Project
99
/node_modules
10+
11+
# Build
1012
/dist
13+
*.tsbuildinfo
1114

12-
# ESLint
15+
# Cache
1316
.eslintcache
14-
15-
# TypeScript
16-
*.tsbuildinfo

0 commit comments

Comments
 (0)