move connect middleware and browserify to separate modules

This commit is contained in:
Sebastian McKenzie
2014-10-06 17:00:53 +11:00
parent c9a14b4a63
commit b97274cf3d
8 changed files with 11 additions and 140 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "6to5",
"description": "Turn ES6 code into vanilla ES5 with no runtime required",
"version": "0.0.10",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/sebmck/6to5.git"
@@ -23,7 +23,6 @@
"fs-readdir-recursive": "0.0.2",
"lodash": "2.4.1",
"mkdirp": "0.5.0",
"through": "2.3.4",
"escodegen": "https://github.com/Constellation/escodegen/archive/624550d0d6edf812a661902c6908dedff66005a7.tar.gz",
"esprima": "https://github.com/esnext/esprima/archive/ebda4fb14a2aad61c54a83006c061c1649636985.tar.gz",
"estraverse": "1.5.1",