Skip to content

Commit

Permalink
Merge pull request #9 from yusangeng/master
Browse files Browse the repository at this point in the history
Run upgrade16.
  • Loading branch information
yusangeng committed Jun 30, 2018
2 parents e76b253 + f5fc284 commit 6238df1
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 56 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ spm_modules
dist
build
assets/**/*.css
coverage
coverage
package-lock.json
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
<body>
<div id="UXCoreDemo"></div>
<script src="./node_modules/console-polyfill/index.js"></script>
<script src="./node_modules/es5-shim/es5-shim.min.js"></script>
<script src="./node_modules/es5-shim/es5-sham.min.js"></script>
<script src="./node_modules/babel-polyfill/dist/polyfill.min.js"></script>
<script src="./node_modules/react/umd/react.development.js"></script>
<script src="./node_modules/react-dom/umd/react-dom.development.js"></script>
<script src="./dist/demo.js"></script>
Expand Down
105 changes: 52 additions & 53 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,54 @@
{
"name": "uxcore-switch",
"version": "0.1.10",
"description": "uxcore-switch component for uxcore.",
"repository": "https://github.com/uxcore/uxcore-switch.git",
"author": "eternalsky",
"main": "build/index.js",
"scripts": {
"start": "uxcore-tools run start",
"server": "uxcore-tools run server",
"lint": "uxcore-tools run lint",
"build": "uxcore-tools run build",
"test": "uxcore-tools run test",
"coverage": "uxcore-tools run coverage",
"pub": "uxcore-tools run pub",
"dep": "uxcore-tools run dep",
"tnpm-dep": "uxcore-tools run tnpm-dep",
"chrome": "uxcore-tools run chrome",
"browsers": "uxcore-tools run browsers",
"saucelabs": "uxcore-tools run saucelabs",
"update": "uxcore-tools run update",
"tnpm-update": "uxcore-tools run tnpm-update"
},
"bugs": {
"url": "http://github.com/uxcore/uxcore-switch/issues"
},
"keywords": [
"react",
"react-component",
"uxcore-switch",
"Switch",
"switch"
],
"devDependencies": {
"console-polyfill": "^0.2.2",
"enzyme": "^3.0.0",
"enzyme-adapter-react-16": "1.x",
"es5-shim": "^4.5.8",
"expect.js": "~0.3.1",
"kuma-base": "1.x",
"react": "16.x",
"react-addons-test-utils": "15.x",
"react-dom": "16.x",
"react-test-renderer": "16.x",
"uxcore-kuma": "^12.2.0",
"uxcore-tools": "0.3.x"
},
"dependencies": {
"classnames": "^2.1.2",
"object-assign": "^4.0.0",
"rc-switch": "^1.6.0"
},
"contributors": [],
"license": "MIT"
"name": "uxcore-switch",
"version": "0.1.9",
"description": "uxcore-switch component for uxcore.",
"repository": "https://github.com/uxcore/uxcore-switch.git",
"author": "eternalsky",
"main": "build/index.js",
"scripts": {
"start": "uxcore-tools run start",
"server": "uxcore-tools run server",
"lint": "uxcore-tools run lint",
"build": "uxcore-tools run build",
"test": "uxcore-tools run test",
"coverage": "uxcore-tools run coverage",
"pub": "uxcore-tools run pub",
"dep": "uxcore-tools run dep",
"tnpm-dep": "uxcore-tools run tnpm-dep",
"chrome": "uxcore-tools run chrome",
"browsers": "uxcore-tools run browsers",
"saucelabs": "uxcore-tools run saucelabs",
"update": "uxcore-tools run update",
"tnpm-update": "uxcore-tools run tnpm-update"
},
"bugs": {
"url": "http://github.com/uxcore/uxcore-switch/issues"
},
"keywords": [
"react",
"react-component",
"uxcore-switch",
"Switch",
"switch"
],
"devDependencies": {
"console-polyfill": "^0.2.2",
"enzyme": "^3.0.0",
"enzyme-adapter-react-16": "1.x",
"expect.js": "~0.3.1",
"kuma-base": "1.x",
"react": "16.x",
"react-dom": "16.x",
"react-test-renderer": "16.x",
"uxcore-kuma": "*",
"uxcore-tools": "^0.3.0",
"babel-polyfill": "6.x"
},
"dependencies": {
"classnames": "^2.1.2",
"object-assign": "^4.0.0",
"rc-switch": "^1.6.0"
},
"contributors": [],
"license": "MIT"
}

0 comments on commit 6238df1

Please sign in to comment.