Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 262d33c

Browse files
committed
Update Babel package imports to use "@babel/..." scope
1 parent e2f8e07 commit 262d33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assert-messages-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const generate = require('babel-generator').default;
1+
const generate = require('@babel/generator').default;
22

33
module.exports = function({types: t}) {
44
return {

0 commit comments

Comments
 (0)