Skip to content

Commit

Permalink
ver. 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
qili.taoqili committed Apr 19, 2019
1 parent 6a54346 commit 21a696b
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions package.json
@@ -1,52 +1,52 @@
{
"name": "uxcore-validator",
"version": "0.2.6",
"version": "0.2.7",
"description": "uxcore-validator component for uxcore.",
"repository": "https://github.com/uxcore/uxcore-validator.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"
"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-validator/issues"
"url": "http://github.com/uxcore/uxcore-validator/issues"
},
"keywords": [
"react",
"react-component",
"uxcore-validator",
"Validator",
""
"react",
"react-component",
"uxcore-validator",
"Validator",
""
],
"devDependencies": {
"console-polyfill": "^0.2.2",
"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",
"enzyme-adapter-react-16": "1.x"
"console-polyfill": "^0.2.2",
"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",
"enzyme-adapter-react-16": "1.x"
},
"dependencies": {
"object-assign": "^4.0.0",
"prop-types": "15.x"
"object-assign": "^4.0.0",
"prop-types": "15.x"
},
"contributors": [],
"license": "MIT"
}
}

0 comments on commit 21a696b

Please sign in to comment.