Begin transition of Babel to a more scalable architecture, async flow to allow for RPC and better build system for multiple packages

This commit is contained in:
Sebastian McKenzie
2015-07-11 12:39:54 +01:00
parent 4b3b6970b4
commit fedf894904
1952 changed files with 9425 additions and 5366 deletions

View File

@@ -20,9 +20,9 @@
"slash": "^1.0.0"
},
"bin": {
"babel": "./bin/babel/index.js",
"babel-node": "./bin/babel-node",
"babel-external-helpers": "./bin/babel-external-helpers",
"babel-plugin": "./bin/babel-plugin/index.js"
"babel": "./lib/babel/index.js",
"babel-node": "./lib/babel-node",
"babel-external-helpers": "./lib/babel-external-helpers",
"babel-plugin": "./lib/babel-plugin/index.js"
}
}