diff options
Diffstat (limited to 'node_modules/acorn/bin')
| -rwxr-xr-x | node_modules/acorn/bin/acorn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/acorn/bin/acorn b/node_modules/acorn/bin/acorn new file mode 100755 index 0000000..3ef3c12 --- /dev/null +++ b/node_modules/acorn/bin/acorn @@ -0,0 +1,4 @@ +#!/usr/bin/env node +"use strict" + +require("../dist/bin.js") |
