Skip to content

Commit

Permalink
Merge pull request #248 from realityking/acorn-6
Browse files Browse the repository at this point in the history
Update acorn to version 6
  • Loading branch information
th0r committed Feb 25, 2019
2 parents 2d340ff + 59c51b7 commit b04a23c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
33 changes: 30 additions & 3 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -33,7 +33,8 @@
"views"
],
"dependencies": {
"acorn": "^5.7.3",
"acorn": "^6.0.7",
"acorn-walk": "^6.1.1",
"bfj": "^6.1.1",
"chalk": "^2.4.1",
"commander": "^2.18.0",
Expand Down
2 changes: 1 addition & 1 deletion src/parseUtils.js
@@ -1,7 +1,7 @@
const fs = require('fs');
const _ = require('lodash');
const acorn = require('acorn');
const walk = require('acorn/dist/walk');
const walk = require('acorn-walk');

module.exports = {
parseBundle
Expand Down

0 comments on commit b04a23c

Please sign in to comment.