Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 776e3d2

Browse files
author
Christoffer Jahren
committed
fix: make sure install and build works
1 parent d4d1208 commit 776e3d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/module-map.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
module.exports = Object.assign(
99
{
1010
immutable: 'immutable',
11-
React: 'react',
11+
react: 'react',
1212
ReactDOM: 'react-dom',
1313
ReactDOMComet: 'react-dom',
1414
'object-assign': 'object-assign',
@@ -17,5 +17,5 @@ module.exports = Object.assign(
1717
reactComponentExpect: 'react-dom/lib/reactComponentExpect',
1818
},
1919
require('fbjs/module-map'),
20-
require('fbjs-scripts/third-party-module-map')
20+
require('fbjs-scripts/third-party-module-map'),
2121
);

0 commit comments

Comments
 (0)