Skip to content

Commit

Permalink
Remove lodash where it isn't used. (#8446)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgtybhertgeghgtwtg authored and jridgewell committed Aug 10, 2018
1 parent 0a95886 commit de16ac0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions packages/babel-helper-module-imports/package.json
Expand Up @@ -8,8 +8,7 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-imports",
"main": "lib/index.js",
"dependencies": {
"@babel/types": "7.0.0-rc.1",
"lodash": "^4.17.10"
"@babel/types": "7.0.0-rc.1"
},
"devDependencies": {
"@babel/core": "7.0.0-rc.1"
Expand Down
3 changes: 1 addition & 2 deletions packages/babel-helper-simple-access/package.json
Expand Up @@ -9,7 +9,6 @@
"main": "lib/index.js",
"dependencies": {
"@babel/template": "7.0.0-rc.1",
"@babel/types": "7.0.0-rc.1",
"lodash": "^4.17.10"
"@babel/types": "7.0.0-rc.1"
}
}
3 changes: 1 addition & 2 deletions packages/babel-template/package.json
Expand Up @@ -10,7 +10,6 @@
"dependencies": {
"@babel/code-frame": "7.0.0-rc.1",
"@babel/parser": "7.0.0-rc.1",
"@babel/types": "7.0.0-rc.1",
"lodash": "^4.17.10"
"@babel/types": "7.0.0-rc.1"
}
}

0 comments on commit de16ac0

Please sign in to comment.