Skip to content

Commit 085a24f

Browse files
committed
docs
1 parent c1f6de3 commit 085a24f

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

docs/build/bundle.7ded6173.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/build/bundle.d56b9596.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/build/bundle.7ded6173.js.LICENSE.txt renamed to docs/build/bundle.d56b9596.js.LICENSE.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ object-assign
4747

4848
/*! https://mths.be/regenerate v1.4.1 by @mathias | MIT license */
4949

50+
/**
51+
* @license
52+
* Lodash <https://lodash.com/>
53+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
54+
* Released under MIT license <https://lodash.com/license>
55+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
56+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
57+
*/
58+
5059
/**
5160
* A better abstraction over CSS.
5261
*

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
</head>
1010
<body>
1111
<div id="rsg-root"></div>
12-
<script src="build/bundle.7ded6173.js"></script>
12+
<script src="build/bundle.d56b9596.js"></script>
1313
</body>
1414
</html>

styleguide.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ const webpack = require('webpack');
66
const notBabeledDeps = [
77
'react-native-image-zoom-viewer',
88
'react-native-image-pan-zoom',
9-
'@stream-io/react-native-simple-markdown',
9+
'react-native-lightbox',
10+
'react-native-markdown-package',
1011
];
1112

1213
const sections = [

0 commit comments

Comments
 (0)