Skip to content

Commit b970fad

Browse files
committed
Fix JSONStream require
1 parent e2e5244 commit b970fad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/react-stdio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
/* 3 */
7575
/***/ function(module, exports) {
7676

77-
module.exports = require("jsonstream");
77+
module.exports = require("JSONStream");
7878

7979
/***/ },
8080
/* 4 */

0 commit comments

Comments
 (0)