Skip to content

Commit

Permalink
Merge pull request #91 from MaksimLavrenyuk/master
Browse files Browse the repository at this point in the history
Refactoring to modern JS + ESM, tests rewritten on tap-esm, removed deps
  • Loading branch information
jessetane authored Feb 10, 2023
2 parents e15babc + d75faea commit 15d0bd3
Show file tree
Hide file tree
Showing 29 changed files with 1,921 additions and 4,966 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
node_modules
coverage
.vscode
test/bundle.js
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

93 changes: 0 additions & 93 deletions example/index.js

This file was deleted.

173 changes: 0 additions & 173 deletions index.d.ts

This file was deleted.

9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<script type="importmap">
{
"imports": {
"events": "/node_modules/events/events.js",
"tap-esm": "/node_modules/tap-esm/index.js"
}
}
</script>
<script type=module src=test/index.js></script>
Loading

0 comments on commit 15d0bd3

Please sign in to comment.