Skip to content

Commit 1a1cc4a

Browse files
authored
Merge pull request #75 from reactjs/sync-dea363ed
Sync with reactjs.org @ dea363e
2 parents 14fc6f6 + 9ccc7fc commit 1a1cc4a

File tree

100 files changed

+231
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+231
-89
lines changed

content/blog/2016-07-13-mixins-considered-harmful.md

Lines changed: 1 addition & 1 deletion

content/blog/2020-02-26-react-v16.13.0.md

Lines changed: 1 addition & 1 deletion

content/community/meetups.md

Lines changed: 1 addition & 0 deletions

flow-typed/gatsby.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Copyright (c) Facebook, Inc. and its affiliates.
3+
*/
4+
15
declare module 'gatsby' {
26
declare module.exports: any;
37
}

flow-typed/glamor.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Copyright (c) Facebook, Inc. and its affiliates.
3+
*/
4+
15
declare module 'glamor' {
26
declare module.exports: {
37
css: {

flow-typed/hex2rgba.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Copyright (c) Facebook, Inc. and its affiliates.
3+
*/
4+
15
declare module 'hex2rgba' {
26
declare module.exports: (hex: string, alpha?: number) => string;
37
}

flow-typed/react-helmet.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Copyright (c) Facebook, Inc. and its affiliates.
3+
*/
4+
15
declare module 'react-helmet' {
26
declare module.exports: any;
37
}

flow-typed/slugify.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Copyright (c) Facebook, Inc. and its affiliates.
3+
*/
4+
15
declare module 'slugify' {
26
declare module.exports: any;
37
}

gatsby-browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-present, Facebook, Inc.
2+
* Copyright (c) Facebook, Inc. and its affiliates.
33
*
44
* @emails react-core
55
*/

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2013-present, Facebook, Inc.
2+
* Copyright (c) Facebook, Inc. and its affiliates.
33
*
44
* @emails react-core
55
*/

0 commit comments

Comments
 (0)