Skip to content

Commit 7a86070

Browse files
committed
fix require()
1 parent be3a666 commit 7a86070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var parse = require('acorn').parse;
1+
var parse = require('acorn-node').parse;
22

33
module.exports = function (src) {
44
// If src is a Buffer, esprima will just stringify it, so we beat them to

0 commit comments

Comments
 (0)