Skip to content

Commit

Permalink
fix(build): use @babel/core
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Oct 23, 2018
1 parent 96f9988 commit 7c661a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"test:node": "mocha"
},
"dependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@xg-wang/whatwg-fetch": "^3.0.0",
"abortcontroller-polyfill": "^1.1.9",
"babel-core": "^6.26.3",
"broccoli-concat": "^3.7.3",
"broccoli-merge-trees": "^3.0.1",
"broccoli-rollup": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
dependencies:
"@babel/highlight" "^7.0.0"

"@babel/core@^7.0.0":
"@babel/core@^7.0.0", "@babel/core@^7.1.2":
version "7.1.2"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.2.tgz#f8d2a9ceb6832887329a7b60f9d035791400ba4e"
integrity sha512-IFeSSnjXdhDaoysIlev//UzHZbdEmm7D0EIH2qtse9xK7mXEZQpYjs2P00XlP1qYsYvid79p+Zgg6tz1mp6iVw==
Expand Down

0 comments on commit 7c661a6

Please sign in to comment.