react-copy-button-wrapper
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -159,11 +159,11 @@ 'use strict'; | ||
ReactCopyButtonWrapper.propTypes = { | ||
text: React.PropTypes.string, | ||
html: React.PropTypes.string, | ||
selector: React.PropTypes.string, | ||
domElement: React.PropTypes.object, | ||
onAfterCopy: React.PropTypes.func, | ||
onErrorCopy: React.PropTypes.func, | ||
children: React.PropTypes.node | ||
text: PropTypes.string, | ||
html: PropTypes.string, | ||
selector: PropTypes.string, | ||
domElement: PropTypes.object, | ||
onAfterCopy: PropTypes.func, | ||
onErrorCopy: PropTypes.func, | ||
children: PropTypes.node | ||
}; | ||
module.exports = ReactCopyButtonWrapper; |
{ | ||
"name": "react-copy-button-wrapper", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Component Wrapper for Copy to Clipboard Button with React", | ||
@@ -27,4 +27,4 @@ "main": "dist/react-copy-button-wrapper.js", | ||
"babel-cli": "^6.6.5", | ||
"babel-plugin-transform-object-rest-spread": "^6.6.5", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.6.5", | ||
"babel-preset-react": "^6.5.0" | ||
@@ -34,2 +34,3 @@ }, | ||
"bowser": "^1.0.0", | ||
"prop-types": "^15.5.10", | ||
"react-zeroclipboard": "^3.0.0", | ||
@@ -36,0 +37,0 @@ "select": "^1.0.6" |
13780
8
5
+ Addedprop-types@^15.5.10