Skip to content

Commit

Permalink
converting the project to TypeScript (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygreenegrass authored and jsdevel committed Feb 19, 2019
1 parent f4fd1e7 commit 509932a
Show file tree
Hide file tree
Showing 46 changed files with 5,522 additions and 4,570 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -6,3 +6,5 @@ yarn.lock
.vscode
.idea
*.iml
/lib
/docs
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -5,3 +5,4 @@ CONTRIBUTING.md
History.md
PUBLISHING.md
.*
/src
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -19,5 +19,6 @@ addons:
before_install:
- npm -g install npm@latest
script:
- npm run build
- npm run cover
- npm run coveralls

0 comments on commit 509932a

Please sign in to comment.