Skip to content

Commit 7ba3d98

Browse files
committed
Removes prettier-eslint, replaces yarn with npm, upgrades to node 8.
1 parent 91a0669 commit 7ba3d98

File tree

7 files changed

+9006
-4979
lines changed

7 files changed

+9006
-4979
lines changed

.eslintrc

Lines changed: 0 additions & 32 deletions
This file was deleted.

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.10.0
1+
8

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
sudo: false
22
language: node_js
33
cache:
4-
yarn: true
4+
npm: true
55
directories:
66
- node_modules
77
node_js:
8-
- '6'
8+
- '8'
99
script:
10-
- yarn run test
10+
- npm run test
1111
after_success:
1212
# Deploy code coverage report to codecov.io
13-
- yarn run test:coverage:deploy
13+
- npm run test:coverage:deploy

0 commit comments

Comments
 (0)