Remove unused deps

This commit is contained in:
Andres Suarez 2015-11-14 16:04:48 -08:00
parent c4c9c6f123
commit c8f3fd8a34
2 changed files with 2 additions and 8 deletions

View File

@ -36,19 +36,15 @@
"babylon": "^6.1.21", "babylon": "^6.1.21",
"convert-source-map": "^1.1.0", "convert-source-map": "^1.1.0",
"debug": "^2.1.1", "debug": "^2.1.1",
"esutils": "^2.0.0",
"home-or-tmp": "^1.0.0",
"json5": "^0.4.0", "json5": "^0.4.0",
"lodash": "^3.10.0", "lodash": "^3.10.0",
"minimatch": "^2.0.3", "minimatch": "^2.0.3",
"path-exists": "^1.0.0", "path-exists": "^1.0.0",
"path-is-absolute": "^1.0.0", "path-is-absolute": "^1.0.0",
"private": "^0.1.6", "private": "^0.1.6",
"regenerator": "0.8.35",
"shebang-regex": "^1.0.0", "shebang-regex": "^1.0.0",
"slash": "^1.0.0", "slash": "^1.0.0",
"source-map": "^0.5.0", "source-map": "^0.5.0"
"source-map-support": "^0.2.10"
}, },
"devDependencies": { "devDependencies": {
"babel-helper-fixtures": "^6.1.18", "babel-helper-fixtures": "^6.1.18",

View File

@ -6,7 +6,6 @@
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator", "homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"commoner": "~0.10.3",
"babel-plugin-transform-es2015-block-scoping": "^6.1.18", "babel-plugin-transform-es2015-block-scoping": "^6.1.18",
"babel-plugin-syntax-async-functions": "^6.1.18", "babel-plugin-syntax-async-functions": "^6.1.18",
"babel-plugin-transform-es2015-for-of": "^6.1.18", "babel-plugin-transform-es2015-for-of": "^6.1.18",
@ -15,8 +14,7 @@
"babel-traverse": "^6.1.18", "babel-traverse": "^6.1.18",
"babel-types": "^6.1.18", "babel-types": "^6.1.18",
"babylon": "^6.1.18", "babylon": "^6.1.18",
"private": "~0.1.5", "private": "~0.1.5"
"through": "~2.3.8"
}, },
"license": "BSD" "license": "BSD"
} }