Skip to content

Commit a2b77d3

Browse files
authored
build: update deps (#57)
* fix: npm upgrade * build: update typescript to v3 in devDeps * build: update eslint-config-teppeis
1 parent 3f1da83 commit a2b77d3

File tree

3 files changed

+213
-324
lines changed

3 files changed

+213
-324
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ node_js:
55
- "10"
66
sudo: false
77
script:
8-
- npm install -D [email protected]
9-
- npm test
10-
- npm install -D [email protected]
118
- npm test
129
- npm install -D [email protected]
1310
- npm test
11+
- npm install -D [email protected]
12+
- npm test
1413
cache:
1514
directories:
1615
- $HOME/.npm

0 commit comments

Comments
 (0)