Skip to content

Commit 0ec8cbd

Browse files
SimenBrogeliog
authored andcommitted
Drop node 4 (#11)
* Drop node 4 * upgrade to babel 7
1 parent 36b5a5f commit 0ec8cbd

File tree

4 files changed

+1138
-768
lines changed

4 files changed

+1138
-768
lines changed

.babelrc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"presets": [
33
[
4-
"env",
4+
"@babel/preset-env",
55
{
6-
"useBuiltIns": true,
76
"targets": {
8-
"node": "4"
7+
"node": "6"
98
}
109
}
1110
]

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ language: node_js
22
node_js:
33
- "8"
44
- "6"
5-
- "4"
5+
- "10"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@
2323
"throat": "^4.1.0"
2424
},
2525
"devDependencies": {
26-
"babel-cli": "^6.26.0",
27-
"babel-core": "^6.26.0",
28-
"babel-jest": "^21.0.0",
29-
"babel-polyfill": "^6.26.0",
30-
"babel-preset-env": "^1.6.0",
26+
"@babel/cli": "^7.0.0-beta.46",
27+
"@babel/core": "^7.0.0-beta.46",
28+
"@babel/preset-env": "^7.0.0-beta.46",
29+
"babel-core": "^7.0.0-0",
30+
"babel-jest": "^22.4.3",
3131
"eslint": "^4.5.0",
3232
"eslint-config-airbnb-base": "^12.1.0",
3333
"eslint-config-prettier": "^2.3.0",
3434
"eslint-plugin-import": "^2.7.0",
3535
"eslint-plugin-jest": "^21.15.1",
3636
"eslint-plugin-prettier": "^2.2.0",
3737
"execa": "^0.10.0",
38-
"jest": "^21.0.2",
38+
"jest": "^22.4.3",
3939
"prettier": "^1.7.4"
4040
}
4141
}

0 commit comments

Comments
 (0)