Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baurine committed Apr 18, 2022
1 parent 639057c commit 4b07ab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core/Tokenizer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import isEmpty from 'lodash/isEmpty';
import escapeRegExp from 'lodash/escapeRegExp';
import tokenTypes from './tokenTypes';
import rewritePattern from 'regexpu-core';
import rewritePattern from '@baurine/regexpu-core';

export default class Tokenizer {
/**
Expand Down

0 comments on commit 4b07ab7

Please sign in to comment.