Skip to content

Commit

Permalink
Upgrade Babel
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Mar 21, 2019
1 parent 2c54c1e commit e501486
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 77 deletions.
172 changes: 117 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@
"lib": "src"
},
"dependencies": {
"@babel/runtime": "^7.3.4",
"ajv": "^6.10.0",
"chalk": "^2.4.2",
"cli-truncate": "^1.1.0",
"core-js": "^2.6.5",
"core-js": "^3.0.0",
"cross-fetch": "^3.0.1",
"deepmerge": "^3.2.0",
"emphasize": "^2.0.0",
Expand Down Expand Up @@ -63,7 +62,7 @@
"ava": "^1.3.1",
"execa": "^1.0.0",
"gulp": "^4.0.0",
"gulp-shared-tasks": "^0.21.2",
"gulp-shared-tasks": "^0.22.0",
"husky": "^1.3.1"
},
"engines": {
Expand Down
3 changes: 0 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
'use strict'

// eslint-disable-next-line import/no-unassigned-import
require('./node_compat')

module.exports = require('./run')
16 changes: 0 additions & 16 deletions src/node_compat.js

This file was deleted.

0 comments on commit e501486

Please sign in to comment.