Skip to content

Commit

Permalink
feat: 增加 Progress, BackTop 入口
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Sep 2, 2018
1 parent 84d85d2 commit f89a263
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ export { default as Alert } from "./alert";
export { default as Modal } from "./modal";
export { default as Spin } from "./spin";
export { default as Tooltip } from "./tooltip";
export { default as Progress } from "./progress";
export { default as backTop } from "./backTop";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cuke-ui",
"version": "0.0.1",
"version": "0.0.2",
"main": "lib/index.js",
"description": "A React.js UI components for Web",
"repository": "https://github.com/cuke-ui/cuke-ui.git",
Expand Down

0 comments on commit f89a263

Please sign in to comment.