Merge branch '15.5-dev' into 15-stable

This commit is contained in:
Dan Abramov
2017-04-08 23:15:35 +01:00
3 changed files with 3 additions and 3 deletions
@@ -9,6 +9,6 @@
'use strict';
const ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';
var ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';
module.exports = ReactPropTypesSecret;
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "prop-types",
"version": "15.5.0",
"version": "15.5.1",
"description": "Runtime type checking for React props and similar objects.",
"main": "index.js",
"license": "BSD-3-Clause",
+1 -1
View File
@@ -439,4 +439,4 @@ module.exports = function(React) {
}
return createReactFragment;
}
}(React);