Skip to content

Commit

Permalink
docs(babel-standalone): remove bower mention (#6588)
Browse files Browse the repository at this point in the history
* docs(babel-standalone): remove bower mention

Since the package won't be downloadable as `@babel/standalone` it's best to just remove it, since it's pretty much deprecated as is. I left the other mention of babel-standalone-bower since I guess that's just the name and still useful in other cases

cc @Daniel15 

reported in #6495 (review)

* Update README.md
  • Loading branch information
Haroenv authored and danez committed Mar 12, 2018
1 parent 9d2d499 commit bdd70c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/babel-standalone/README.md
Expand Up @@ -19,7 +19,6 @@ Installation
There are several ways to get a copy of @babel/standalone. Pick whichever one you like:

- Use it via UNPKG: https://unpkg.com/@babel/standalone/babel.min.js. This is a simple way to embed it on a webpage without having to do any other setup.
- Install via Bower: `bower install @babel/standalone`
- Install via NPM: `npm install --save @babel/standalone`
- Manually grab `babel.js` and/or `babel.min.js` from the [GitHub releases page](https://github.com/Daniel15/babel-standalone/releases). Every release includes these files.
- Install it via Git: You can use the repo at https://github.com/Daniel15/babel-standalone-bower to pull a prebuilt version from Git. Note that this is generally only advised for systems that *must* pull artifacts from Git, such as Bower.
Expand Down

0 comments on commit bdd70c3

Please sign in to comment.