From 33c41727a7bf04b74c91e059c27e534ec4a1b0fc Mon Sep 17 00:00:00 2001 From: rubyless Date: Thu, 28 Jun 2018 11:10:11 +0800 Subject: [PATCH] ver. 0.6.1 --- package.json | 112 +++++++++++++++++++++++++-------------------------- 1 file changed, 56 insertions(+), 56 deletions(-) diff --git a/package.json b/package.json index c4972e2..4eff640 100644 --- a/package.json +++ b/package.json @@ -1,57 +1,57 @@ { - "name": "uxcore-popover", - "version": "0.6.0", - "description": "uxcore-popover component for uxcore.", - "repository": "https://github.com/uxcore/uxcore-popover.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-popover/issues" - }, - "keywords": [ - "react", - "react-component", - "uxcore-popover", - "Popover", - "" - ], - "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", - "prop-types": "15.x", - "rc-tooltip": "^3.3.0", - "react-lifecycles-compat": "^3.0.4", - "uxcore-button": "^0.4.0" - }, - "contributors": [], - "license": "MIT" -} + "name": "uxcore-popover", + "version": "0.6.1", + "description": "uxcore-popover component for uxcore.", + "repository": "https://github.com/uxcore/uxcore-popover.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-popover/issues" + }, + "keywords": [ + "react", + "react-component", + "uxcore-popover", + "Popover", + "" + ], + "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", + "prop-types": "15.x", + "rc-tooltip": "^3.3.0", + "react-lifecycles-compat": "^3.0.4", + "uxcore-button": "^0.4.0" + }, + "contributors": [], + "license": "MIT" +} \ No newline at end of file