Skip to content

Commit 0cef5ee

Browse files
authored
chore: Update dependencies (#377)
BREAKING CHANGE: The minimum node.js version that is now officially supported is Node 8.
1 parent 8963f88 commit 0cef5ee

File tree

11 files changed

+10351
-87
lines changed

11 files changed

+10351
-87
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@babel/preset-env",
55
{
66
"targets": {
7-
"node": 6
7+
"node": 8
88
},
99
"loose": true
1010
}

.circleci/config.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
version: 2
22
jobs:
3-
test_with_node_6:
4-
docker:
5-
- image: circleci/node:6
6-
steps:
7-
- checkout
8-
- run:
9-
name: Install dependencies
10-
command: npm install
11-
- run:
12-
name: Test
13-
command: npm test
143
test_with_node_8:
154
docker:
165
- image: circleci/node:8
@@ -65,7 +54,6 @@ workflows:
6554
version: 2
6655
test_all:
6756
jobs:
68-
- test_with_node_6
6957
- test_with_node_8
7058
- test_with_node_9
7159
- test_with_node_10

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
environment:
22
matrix:
3-
- nodejs_version: '6'
43
- nodejs_version: '8'
54
- nodejs_version: '9'
65
- nodejs_version: '10'

0 commit comments

Comments
 (0)