publish 1.0.2

This commit is contained in:
wanghaoo 2018-09-28 14:03:17 +08:00
parent 6dc5111bd9
commit 5aa8afcd93
2 changed files with 58 additions and 47 deletions

11
CHANGELOG.md Normal file
View File

@ -0,0 +1,11 @@
<a name="1.0.2"></a>
## 1.0.2 (2018-09-28)
### Bug Fixes
* font-color bug ([094d412](https://github.com/tinper-bee/tinper-bee-core/commit/094d412))
* select no color ([a0c2ca6](https://github.com/tinper-bee/tinper-bee-core/commit/a0c2ca6))

View File

@ -1,48 +1,48 @@
{
"name": "tinper-bee-core",
"version": "1.0.1",
"description": "style core and js util for tinper-bee",
"main": "lib/index.js",
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/tinper-bee/tinper-bee-core",
"author": "zhoubyc",
"repository": "http://github.com/tinper-bee/tinper-bee-core",
"bugs": "https://github.com/tinper-bee/tinper-bee-core/issues",
"keywords": [
"tinper",
"bee",
"react",
"til"
],
"scripts": {
"build": "rimraf lib && babel js -d lib"
},
"license": "MIT",
"dependencies": {
"add-dom-event-listener": "^1.0.1",
"component-classes": "^1.2.6",
"create-react-class": "^15.5.3",
"dom-align": "^1.5.2",
"warning": "^3.0.0"
},
"peerDependencies": {
"react": "^15.3.0 || ^16.0",
"react-dom": "^15.3.0 || ^16.0",
"prop-types": "15.6.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"prop-types": "^15.5.10",
"babel-plugin-istanbul": "^3.0.0",
"babel-plugin-transform-es2017-object-entries": "0.0.4",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-stage-1": "^6.16.0",
"babel-register": "^6.18.0",
"rimraf": "^2.6.1"
}
}
"name": "tinper-bee-core",
"version": "1.0.2",
"description": "style core and js util for tinper-bee",
"main": "lib/index.js",
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/tinper-bee/tinper-bee-core",
"author": "zhoubyc",
"repository": "http://github.com/tinper-bee/tinper-bee-core",
"bugs": "https://github.com/tinper-bee/tinper-bee-core/issues",
"keywords": [
"tinper",
"bee",
"react",
"til"
],
"scripts": {
"build": "rimraf lib && babel js -d lib"
},
"license": "MIT",
"dependencies": {
"add-dom-event-listener": "^1.0.1",
"component-classes": "^1.2.6",
"create-react-class": "^15.5.3",
"dom-align": "^1.5.2",
"warning": "^3.0.0"
},
"peerDependencies": {
"react": "^15.3.0 || ^16.0",
"react-dom": "^15.3.0 || ^16.0",
"prop-types": "15.6.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"prop-types": "^15.5.10",
"babel-plugin-istanbul": "^3.0.0",
"babel-plugin-transform-es2017-object-entries": "0.0.4",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-stage-1": "^6.16.0",
"babel-register": "^6.18.0",
"rimraf": "^2.6.1"
}
}