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

File tree

6 files changed

+3312
-2287
lines changed

6 files changed

+3312
-2287
lines changed

.github/workflows/main.yml

+4
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

+6
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)