Skip to content

Commit

Permalink
refactor: MAJOR
Browse files Browse the repository at this point in the history
- modernize code to ES6 syntax
- async/await interface
- switch to ava for testing
- update tests
  • Loading branch information
kessler committed Jan 31, 2021
1 parent face8b4 commit a418f5b
Show file tree
Hide file tree
Showing 5 changed files with 6,087 additions and 397 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ node_modules

# see https://github.com/substack/browserify-handbook#organizing-modules
node_modules/*
!node_modules/app
!node_modules/app

index2.js
test2.js
Loading

0 comments on commit a418f5b

Please sign in to comment.