Skip to content
This repository has been archived by the owner on Jun 29, 2018. It is now read-only.

Commit

Permalink
Remove changelog and update CDNJS link
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 committed Apr 24, 2016
1 parent 3f3dfbb commit 96973e9
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Installation

There are several ways to get a copy of babel-standalone. Pick whichever one you like:

- Use it via CDNJS: https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.4.4/babel.min.js. This is a simple way to embed it on a webpage without having to do any other setup.
- Use it via CDNJS: https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.7.7/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.
Expand All @@ -34,15 +34,3 @@ var output = Babel.transform(input, { presets: ['es2015'] }).code;
```

Note that `.babelrc` doesn't work in babel-standalone, as no file system access is available. The presets and/or plugins to use **must** be specified in the options passed to `Babel.transform`.

Changelog
=========
6.4.4 - 17th January 2016
-------------------------
- Made version number consistent with Babel's.
- [#2](https://github.com/Daniel15/babel-standalone/issues/2) - Added
2015-loose preset.

1.0 - 5th December 2015
-----------------------
- Initial release.

0 comments on commit 96973e9

Please sign in to comment.