Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Aug 9, 2016
1 parent fa2cb8f commit a0643e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## CHANGELOG

0.5.0
0.5.1

- [#50](https://github.com/ant-design/babel-plugin-antd/pull/50) - Support both antd and antd-mobile
- [#51](https://github.com/ant-design/babel-plugin-antd/pull/51) - Support export import
Expand Down Expand Up @@ -50,16 +50,17 @@ Via `.babelrc` or babel-loader.

### options

`options` can be object. (will include antd library)
`options` can be object.

```javascript
{
style: true,
libraryDirectory: "component", // default: lib
libraryName: "antd", // default: antd
}
```

`options` can be an array. (won't include antd library)
`options` can be an array.

For Example:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-antd",
"version": "0.5.0",
"version": "0.5.1",
"description": "Modular antd build plugin for babel.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit a0643e5

Please sign in to comment.