Skip to content

Commit e148da7

Browse files
committed
Translated to TypeScript
1 parent 997c963 commit e148da7

File tree

11 files changed

+195
-948
lines changed

11 files changed

+195
-948
lines changed

.eslintrc

Lines changed: 0 additions & 14 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
node_modules/
44
/.cache/
55
/test/dist/
6+
/dist/

.npmignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.cache/
2+
node_modules/
3+
src/
4+
test/
5+
.babelrc
6+
.travis.yml
7+
tsconfig.json
8+
tslint.json

0 commit comments

Comments
 (0)