Skip to content

Commit 0cb15ef

Browse files
committed
Update deps & drop yarn
1 parent 94db933 commit 0cb15ef

File tree

4 files changed

+10067
-5272
lines changed

4 files changed

+10067
-5272
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ language: node_js
22
node_js:
33
- "8"
44
- "6"
5-
cache: yarn
5+
cache: npm
66
install:
7-
- yarn
7+
- npm install
88
script:
99
- npm run check
1010
- npm run build

0 commit comments

Comments
 (0)