Skip to content

Commit d9eb61a

Browse files
committed
Upgrade Babel
1 parent b8d51f9 commit d9eb61a

File tree

5 files changed

+126
-101
lines changed

5 files changed

+126
-101
lines changed

package-lock.json

Lines changed: 122 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@
4747
"test": "test"
4848
},
4949
"dependencies": {
50-
"@babel/runtime": "^7.3.4",
5150
"chalk": "^2.4.2",
52-
"core-js": "^2.6.5",
51+
"core-js": "^3.0.0",
5352
"figures": "^2.0.0",
5453
"jest-validate": "^24.5.0",
5554
"moize": "^5.4.2",
@@ -60,7 +59,7 @@
6059
"execa": "^1.0.0",
6160
"gulp": "^4.0.0",
6261
"gulp-execa": "^0.2.0",
63-
"gulp-shared-tasks": "^0.21.2",
62+
"gulp-shared-tasks": "^0.22.0",
6463
"has-ansi": "^3.0.0",
6564
"husky": "^1.3.1",
6665
"lolex": "^3.1.0",

src/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
'use strict'
22

3-
// eslint-disable-next-line import/no-unassigned-import
4-
require('./node_compat')
5-
63
module.exports = require('./init')

src/node_compat.js

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

0 commit comments

Comments
 (0)