Skip to content

Commit

Permalink
refactor: convert to typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
troch committed Mar 25, 2018
1 parent 2c33388 commit 9c4bfe5
Show file tree
Hide file tree
Showing 19 changed files with 969 additions and 2,270 deletions.
11 changes: 0 additions & 11 deletions .babelrc

This file was deleted.

12 changes: 0 additions & 12 deletions .eslintrc

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.*
coverage/
node_modules/
npm-debug.log
temp/
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.*
node_modules
modules
npm-debug.log
test
*.md
Expand Down
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ language: node_js
cache: yarn
node_js:
- '8'
before_install:
- npm install -g babel-cli
script:
- npm run lint
- npm run build
- npm run test-cover
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
- npm test
Loading

0 comments on commit 9c4bfe5

Please sign in to comment.