Skip to content

Commit

Permalink
update babel to beta.32
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Nov 16, 2017
1 parent 38fd202 commit 0cda6ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
},
"license": "BSD-3-Clause",
"dependencies": {
"@babel/standalone": "7.0.0-beta.32",
"acorn": "5.1.2",
"babel-standalone": "7.0.0-beta.3",
"babylon": "7.0.0-beta.30",
"babylon": "7.0.0-beta.32",
"benchmark": "^2.1.4",
"buble": "0.16.0",
"chai": "4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/babel-benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

const Babel = require("babel-standalone");
const Babel = require("@babel/standalone");
const babylon = require("babylon");
const fs = require("fs");

Expand Down

0 comments on commit 0cda6ac

Please sign in to comment.