start movement of core into plugins

This commit is contained in:
Sebastian McKenzie
2015-06-15 15:17:04 +01:00
parent e08d400b36
commit 8b096ac705
85 changed files with 1918 additions and 1685 deletions

View File

@@ -23,6 +23,7 @@
"bin": {
"babel": "./bin/babel/index.js",
"babel-node": "./bin/babel-node",
"babel-external-helpers": "./bin/babel-external-helpers"
"babel-external-helpers": "./bin/babel-external-helpers",
"babel-plugin": "./bin/babel-plugin"
}
}
}