diff --git a/packages/babel-cli/README.md b/packages/babel-cli/README.md index 7af3d66051..0d36b69f45 100644 --- a/packages/babel-cli/README.md +++ b/packages/babel-cli/README.md @@ -1,5 +1 @@ # babel-cli - -Babel CLI - -For more information please look at [babel](https://github.com/babel/babel). diff --git a/packages/babel-code-frame/README.md b/packages/babel-code-frame/README.md new file mode 100644 index 0000000000..35f7c2ebf7 --- /dev/null +++ b/packages/babel-code-frame/README.md @@ -0,0 +1 @@ +# babel-code-frame diff --git a/packages/babel-core/README.md b/packages/babel-core/README.md new file mode 100644 index 0000000000..beb313b67f --- /dev/null +++ b/packages/babel-core/README.md @@ -0,0 +1 @@ +# babel-core diff --git a/packages/babel-core/src/README.md b/packages/babel-core/src/README.md deleted file mode 100644 index 6831fbaa9b..0000000000 --- a/packages/babel-core/src/README.md +++ /dev/null @@ -1,4 +0,0 @@ -## Diving into Babel - -If you look around in the various directories in here you'll find some details -about the organization of the Babel codebase. diff --git a/packages/babel-core/src/api/README.md b/packages/babel-core/src/api/README.md deleted file mode 100644 index f1816a11f0..0000000000 --- a/packages/babel-core/src/api/README.md +++ /dev/null @@ -1,18 +0,0 @@ -## API - -In this directory you'll find all the public interfaces to using Babel for both -node and the browser. - -### Node - -There are two ways people use Babel within Node, they either are manipulating -strings of code with `babel.transform` or `babel.parse`, they also might be -running their code through Babel before execution via `register` or `polyfill`. - -### Browser - -Usage of Babel in the browser is extremely uncommon and in most cases -considered A Bad Idea™. However it works by loading `