Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lushijie committed Feb 21, 2017
1 parent 3ab8f6f commit 946ac56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
# think-babel
[![Build Status](https://travis-ci.org/thinkjs/think-babel.svg?branch=master)](https://travis-ci.org/thinkjs/think-babel)
[![Coverage Status](https://coveralls.io/repos/github/thinkjs/think-babel/badge.svg?branch=master)](https://coveralls.io/github/thinkjs/think-babel?branch=master)
[![npm](https://img.shields.io/badge/npm-1.0.0-blue.svg)](https://www.npmjs.com/package/think-babel)
[![npm](https://img.shields.io/badge/npm-1.0.2-blue.svg)](https://www.npmjs.com/package/think-babel)

`think-babel` transpile ES6+ file to ES5

Expand All @@ -27,7 +27,7 @@ thinkBabel({

## Usage

Transform a ES6+ file to ES5:
Transform ES6+ file to ES5:

```js
import thinkBabel from 'think-babel';
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "think-babel",
"version": "1.0.1",
"version": "1.0.2",
"description": "Use Babel transpile ES6+ file to ES5",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 946ac56

Please sign in to comment.