Remove lodash where it isn't used. (#8446)
This commit is contained in:
committed by
Justin Ridgewell
parent
0a958861c9
commit
de16ac08be
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user