mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge branch '15.5-dev' into 15-stable
This commit is contained in:
@@ -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,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
@@ -439,4 +439,4 @@ module.exports = function(React) {
|
||||
}
|
||||
|
||||
return createReactFragment;
|
||||
}
|
||||
}(React);
|
||||
|
||||
Reference in New Issue
Block a user