Skip to content

Commit a418f5b

Browse files
committed
refactor: MAJOR
- modernize code to ES6 syntax - async/await interface - switch to ava for testing - update tests
1 parent face8b4 commit a418f5b

File tree

5 files changed

+6087
-397
lines changed

5 files changed

+6087
-397
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@ node_modules
2626

2727
# see https://github.com/substack/browserify-handbook#organizing-modules
2828
node_modules/*
29-
!node_modules/app
29+
!node_modules/app
30+
31+
index2.js
32+
test2.js

0 commit comments

Comments
 (0)