Skip to content

Commit 2d8d68a

Browse files
authoredApr 28, 2021
Move to TypeScript (#330)
1 parent d11af88 commit 2d8d68a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2362
-2220
lines changed
 

‎.github/workflows/main.yml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
matrix:
1212
node-version:
1313
- 14
14-
- 12
1514
steps:
1615
- uses: actions/checkout@v2
1716
- uses: actions/setup-node@v1

‎.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
node_modules
1+
distribution/
2+
node_modules/
3+
package-lock.json
24
yarn.lock
3-
.nyc_output
4-
coverage

0 commit comments

Comments
 (0)
Please sign in to comment.