Skip to content

Commit

Permalink
update misc files
Browse files Browse the repository at this point in the history
  • Loading branch information
minwe committed Jan 11, 2016
1 parent dcdf80a commit e54c094
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- `Fixed` 修复 Modal `open()` 方法判断逻辑始终为 `true` 的错误。

### v0.1.0-beta1 (2015/11/17)
### v0.1.0-beta2 (2015/11/17)

- `Improved` [81c4c1a](https://github.com/amazeui/amazeui-touch/commit/81c4c1a23fa5fca4a3352e3a8711a79fa04d7b3b) 移除 `input[type="range"]` 在 Safari 中的黑色边框
- `Improved` [e39f2e0](https://github.com/amazeui/amazeui-touch/commit/e39f2e023ce9e7997adcafbb96e0cfbc0274ea97) #6 调整 View 样式
Expand Down
46 changes: 46 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"name": "amazeui-touch",
"description": "Web Components for Mobile UI based on React.js",
"main": [
"dist/amazeui.touch.css",
"dist/amazeui.touch.js"
],
"authors": [
"AllMobilize Inc."
],
"license": "MIT",
"keywords": [
"amazeui",
"react",
"react-component",
"amazeui-touch",
"react-amazeui",
"web-components"
],
"homepage": "https://github.com/amazeui/amazeui-touch",
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"docs",
"kitchen-sink",
"lib",
"src",
"www",
"gulpfile.babel.js",
"webpack.config.js"
],
"dependencies": {
"classnames": "^2.2.0",
"react": "^0.14.3",
"react-addons-css-transition-group": "^0.14.3",
"react-dom": "^0.14.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/amazeui/amazeui-touch#readme",
"devDependencies": {
"babel": "^6.0.15",
"babel-core": "^6.3.17",
"babel-eslint": "^4.1.4",
"babel-loader": "^6.0.1",
"babel-plugin-transform-object-rest-spread": "^6.0.14",
Expand Down

0 comments on commit e54c094

Please sign in to comment.