Skip to content

Commit a3a21b1

Browse files
authored
Merge pull request #12 from aboutbits/upgrade-package
Upgrade dev dependencies, clean up repository
2 parents bf08dcf + 0a2f598 commit a3a21b1

5 files changed

Lines changed: 3150 additions & 2386 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)