Skip to content

Commit

Permalink
fix: declare @babel/traverse as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 15, 2020
1 parent a2da9c0 commit 491f1d9
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": "workspace:^7.10.4",
"@babel/helper-optimise-call-expression": "workspace:^7.10.4",
"@babel/traverse": "workspace:^7.10.4",
"@babel/types": "workspace:^7.10.4"
},
"devDependencies": {
"@babel/traverse": "workspace:^7.10.4"
}
}

0 comments on commit 491f1d9

Please sign in to comment.