Skip to content

Commit

Permalink
build: update deps (#57)
Browse files Browse the repository at this point in the history
* fix: npm upgrade
* build: update typescript to v3 in devDeps
* build: update eslint-config-teppeis
  • Loading branch information
teppeis authored Sep 9, 2018
1 parent 3f1da83 commit a2b77d3
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 324 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ node_js:
- "10"
sudo: false
script:
- npm install -D [email protected]
- npm test
- npm install -D [email protected]
- npm test
- npm install -D [email protected]
- npm test
- npm install -D [email protected]
- npm test
cache:
directories:
- $HOME/.npm
Loading

0 comments on commit a2b77d3

Please sign in to comment.