Skip to content

Commit e24a76b

Browse files
authored
Merge pull request #11 from aboutbits/upgrade-package
Upgrade dev dependencies, clean up repository
2 parents 6814e5e + 813473b commit e24a76b

6 files changed

Lines changed: 3312 additions & 2287 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,10 @@
77

88
# Project
99
/node_modules
10+
11+
# Build
1012
/dist
13+
*.tsbuildinfo
14+
15+
# Cache
16+
.eslintcache

0 commit comments

Comments
 (0)