Comparing version 1.0.0 to 1.1.0
@@ -25,2 +25,5 @@ (function (global, factory) { | ||
exports.default = { | ||
checkPropTypes: function checkPropTypes() { | ||
return null; | ||
}, | ||
array: proptype, | ||
@@ -27,0 +30,0 @@ bool: proptype, |
{ | ||
"name": "proptypes", | ||
"amdName": "PropTypes", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "React's PropTypes, packaged up as a standalone module.", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -7,2 +7,3 @@ function proptype() {} | ||
export default { | ||
checkPropTypes: () => null, | ||
array: proptype, | ||
@@ -9,0 +10,0 @@ bool: proptype, |
Sorry, the diff of this file is not supported yet
61299
896