Skip to content

Commit b7fe7bc

Browse files
committed
docs: Fix builds 📚
1 parent 2e780c0 commit b7fe7bc

File tree

7 files changed

+1443
-2586
lines changed

7 files changed

+1443
-2586
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ A lightweight and fast control to render a select component that can display hie
3535
* [Vanilla (no framework)](#vanilla-no-framework)
3636
* [With Bootstrap](#with-bootstrap)
3737
* [With Material Design](#with-material-design)
38+
* [As Single Select](#as-single-select)
3839
* [Install](#install)
3940
* [Peer Dependencies](#peer-dependencies)
4041
* [Usage](#usage)

docs/bundle.js

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

docs/examples/bootstrap/bundle.js

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

docs/examples/material/bundle.js

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

docs/examples/simple/bundle.js

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

docs/examples/simple/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<h2>React Dropdown Tree Select Demo</h2>
1010
<br/>
1111
<div id="app"></div>
12-
<script src="bundle.js"></script>
12+
<script src="./bundle.js"></script>
1313
</body>
1414
</html>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"license": "MIT",
2525
"scripts": {
2626
"build": "rimraf dist/**/* && webpack --config webpack.config.js --bail",
27+
"build:docs": "webpack --config docs/webpack.config.js --bail",
2728
"commit": "git-cz",
2829
"commitmsg": "commitlint -e $GIT_PARAMS",
2930
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",

0 commit comments

Comments
 (0)