Skip to content

Commit

Permalink
Merge pull request #7 from rubyless/master
Browse files Browse the repository at this point in the history
ver. 0.3.3
  • Loading branch information
surgit committed Jun 28, 2018
2 parents 4216e3d + 4f4fe04 commit 4a474fa
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
{
"name": "uxcore-alert",
"version": "0.3.2",
"description": "uxcore-alert component for uxcore.",
"repository": "https://github.com/uxcore/uxcore-alert.git",
"author": "eternaslky",
"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-alert/issues"
},
"keywords": [
"react",
"react-component",
"uxcore-alert",
"Alert",
""
],
"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-button": "^0.4.18",
"uxcore-kuma": "*",
"uxcore-tools": "^0.3.0",
"babel-polyfill": "6.x"
},
"dependencies": {
"classnames": "^2.1.2",
"object-assign": "^4.0.0",
"prop-types": "^15.6.2",
"uxcore-icon": "^0.1.12"
},
"contributors": [],
"license": "MIT"
}
"name": "uxcore-alert",
"version": "0.3.3",
"description": "uxcore-alert component for uxcore.",
"repository": "https://github.com/uxcore/uxcore-alert.git",
"author": "eternaslky",
"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-alert/issues"
},
"keywords": [
"react",
"react-component",
"uxcore-alert",
"Alert",
""
],
"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-button": "^0.4.18",
"uxcore-kuma": "*",
"uxcore-tools": "^0.3.0",
"babel-polyfill": "6.x"
},
"dependencies": {
"classnames": "^2.1.2",
"object-assign": "^4.0.0",
"prop-types": "^15.6.2",
"uxcore-icon": "^0.1.12"
},
"contributors": [],
"license": "MIT"
}

0 comments on commit 4a474fa

Please sign in to comment.