Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Rewrite references to old babel core package
Browse files Browse the repository at this point in the history
  • Loading branch information
rtsao committed Aug 30, 2018
1 parent ff504c9 commit f5aad64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

const fs = require('fs');
const test = require('tape');
const {transformFileSync} = require('babel-core');
const {transformFileSync} = require('@babel/core');

const plugin = require('../');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

const fs = require('fs');
const test = require('tape');
const {transformFileSync} = require('babel-core');
const {transformFileSync} = require('@babel/core');

const plugin = require('../');

Expand Down

0 comments on commit f5aad64

Please sign in to comment.