Skip to content

Commit

Permalink
demo
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Nov 6, 2017
1 parent 2286b49 commit d204935
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# 版本更新日志
d41a622ee8a3c5eba1d690d0617185733609a128

## v1.1.0
- Break Change
Expand Down
2 changes: 0 additions & 2 deletions examples/pages/InputPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ class Page extends Component {
<Panel.Body>
<Cell title="单行文本"><Input ref={(ele) => { this.focusInput = ele; }} type="text" placeholder="请输入" /></Cell>
<Cell title="多行文本"><Input type="textarea" rows={3} placeholder="请输入" /></Cell>
<Cell title="数字输入"><Input type="number" placeholder="type is number" /></Cell>
<Cell title="日期输入"><Input type="date" placeholder="type is number" /></Cell>
<Cell><a onClick={() => { this.focusInput.input.input.focus(); }}>click to focus the first input</a></Cell>
</Panel.Body>
</Panel>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zarm",
"version": "1.1.0",
"version": "1.1.1",
"description": "基于 React 的移动端UI库",
"tags": [
"zarm",
Expand Down Expand Up @@ -33,7 +33,7 @@
"start": "npm run deploy && npm run dev",
"clean": "rm -rf lib && rm -rf dist",
"dev": "webpack-dev-server --config scripts/webpack/config.dev.js",
"build:lib": "babel components --out-dir lib --presets=env,react,stage-0",
"build:lib": "babel components --out-dir lib --presets=env,react,stage-0 --ignore 'components/**/__tests__'",
"build:umd": "webpack --config scripts/webpack/config.umd.js && NODE_ENV=production webpack --config scripts/webpack/config.umd.js",
"build": "npm run clean && npm run build:lib && npm run build:umd",
"deploy:build": "rm -rf assets && webpack --config scripts/webpack/config.site.js",
Expand Down

0 comments on commit d204935

Please sign in to comment.