Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
Use @babel/types rather than babel-types in visitor-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
not-an-aardvark committed Dec 24, 2017
1 parent bb0f0b7 commit b05e94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/visitor-keys.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";

const BABEL_VISITOR_KEYS = require("babel-types").VISITOR_KEYS;
const BABEL_VISITOR_KEYS = require("@babel/types").VISITOR_KEYS;
const ESLINT_VISITOR_KEYS = require("eslint-visitor-keys").KEYS;

module.exports = Object.assign(
Expand Down

0 comments on commit b05e94e

Please sign in to comment.