Remove lodash where it isn't used. (#8446)

This commit is contained in:
wtgtybhertgeghgtwtg
2018-08-09 20:21:41 -07:00
committed by Justin Ridgewell
parent 0a958861c9
commit de16ac08be
3 changed files with 3 additions and 6 deletions

View File

@@ -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"

View File

@@ -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"
}
}

View File

@@ -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"
}
}