Skip to content

Commit

Permalink
fix(antdsite): update plugin version.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyi7099 committed Aug 2, 2019
1 parent bcc6b4d commit cbfbaf1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ AntdSite is a website generator based on [Ant Design](https://ant.design), drive
## Quick Start

```bash
npm i antdsite -g

yarn global add antdsite-cli

# OR

npm i antdsite-cli -g


antdsite my-docs
```
Expand Down
2 changes: 1 addition & 1 deletion packages/antdsite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"classnames": "^2.2.5",
"docsearch.js": "^2.6.3",
"gatsby": "^2.13.45",
"gatsby-mdx-fix": "^0.0.2",
"gatsby-mdx-fix": "^0.0.3",
"gatsby-plugin-antd": "^2.0.2",
"gatsby-plugin-catch-links": "2.1.2",
"gatsby-plugin-less": "^2.0.6",
Expand Down

0 comments on commit cbfbaf1

Please sign in to comment.