Skip to content

Commit

Permalink
fix: declare @babel/traverse as a dependency (#11985)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 20, 2020
1 parent 4be67fb commit d844700
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/babel-helper-replace-supers/package.json
Expand Up @@ -15,9 +15,7 @@
"dependencies": {
"@babel/helper-member-expression-to-functions": "^7.10.4",
"@babel/helper-optimise-call-expression": "^7.10.4",
"@babel/traverse": "^7.10.4",
"@babel/types": "^7.10.4"
},
"devDependencies": {
"@babel/traverse": "^7.10.4"
}
}

0 comments on commit d844700

Please sign in to comment.