diff --git a/README.md b/README.md index f368955..c594ad3 100644 --- a/README.md +++ b/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 @@ -27,7 +27,7 @@ thinkBabel({ ## Usage -Transform a ES6+ file to ES5: +Transform ES6+ file to ES5: ```js import thinkBabel from 'think-babel'; diff --git a/package.json b/package.json index 3cca80e..972d328 100644 --- a/package.json +++ b/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": {