Skip to content

Commit

Permalink
Move to TypeScript (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Apr 28, 2021
1 parent d11af88 commit 2d8d68a
Show file tree
Hide file tree
Showing 42 changed files with 2,362 additions and 2,220 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
matrix:
node-version:
- 14
- 12
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules
distribution/
node_modules/
package-lock.json
yarn.lock
.nyc_output
coverage
Loading

0 comments on commit 2d8d68a

Please sign in to comment.