Skip to content

Commit

Permalink
updated require
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomow authored Jun 15, 2022
1 parent 082dadd commit e9cc589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const esprima = require('esprima');
const esprima = require('esprima-next');
const estraverse = require('estraverse');
const escodegen = require('escodegen');

Expand Down

0 comments on commit e9cc589

Please sign in to comment.