Skip to content

Commit

Permalink
Specify a direct dependency on acorn in acorn-walk
Browse files Browse the repository at this point in the history
FIX: Make acorn a dependency on acorn-walk because it uses the types from
that package.

Closes #1298
  • Loading branch information
marijnh committed Jun 9, 2024
1 parent 88234f5 commit 9046cc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions acorn-walk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"engines": {
"node": ">=0.4.0"
},
"dependencies": {
"acorn": "^8.11.0"
},
"maintainers": [
{
"name": "Marijn Haverbeke",
Expand Down

0 comments on commit 9046cc0

Please sign in to comment.