@feathery/react 1.0.396 → 1.0.397
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/umd/277.index.js +2 -0
- package/umd/277.index.js.LICENSE.txt +5 -0
- package/umd/933.index.js +1 -0
- package/umd/index.js +1 -1
- package/umd/index.js.LICENSE.txt +3 -9
package/umd/index.js.LICENSE.txt
CHANGED
|
@@ -4,12 +4,6 @@ object-assign
|
|
|
4
4
|
@license MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
/*!
|
|
8
|
-
* $script.js JS loader & dependency manager
|
|
9
|
-
* https://github.com/ded/script.js
|
|
10
|
-
* (c) Dustin Diaz 2014 | License MIT
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
7
|
/*!
|
|
14
8
|
Copyright (c) 2018 Jed Watson.
|
|
15
9
|
Licensed under the MIT License (MIT), see
|
|
@@ -62,8 +56,8 @@ object-assign
|
|
|
62
56
|
* LICENSE file in the root directory of this source tree.
|
|
63
57
|
*/
|
|
64
58
|
|
|
65
|
-
/** @license React v16.
|
|
66
|
-
* react.production.min.js
|
|
59
|
+
/** @license React v16.14.0
|
|
60
|
+
* react-dom.production.min.js
|
|
67
61
|
*
|
|
68
62
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
69
63
|
*
|
|
@@ -72,7 +66,7 @@ object-assign
|
|
|
72
66
|
*/
|
|
73
67
|
|
|
74
68
|
/** @license React v16.14.0
|
|
75
|
-
* react
|
|
69
|
+
* react.production.min.js
|
|
76
70
|
*
|
|
77
71
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
78
72
|
*
|