Skip to content

Commit

Permalink
fix: add estree type (which is exported) as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
harttle committed Nov 11, 2020
1 parent c5580f2 commit e8d0f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"@types/acorn": "^4.0.5",
"@types/astring": "^1.3.0",
"@types/debug": "^4.1.5",
"@types/estree": "0.0.45",
"@types/jest": "^26.0.8",
"@types/lodash": "^4.14.158",
"@types/yargs": "^15.0.5",
Expand Down Expand Up @@ -87,6 +86,7 @@
"typedoc": "^0.17.8"
},
"dependencies": {
"@types/estree": "0.0.45",
"acorn": "^8.0.1",
"acorn-walk": "^8.0.0",
"astring": "^1.4.3",
Expand Down

0 comments on commit e8d0f90

Please sign in to comment.