Skip to content

Commit

Permalink
docs: Fix builds 📚
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchief committed Mar 15, 2018
1 parent 2e780c0 commit b7fe7bc
Show file tree
Hide file tree
Showing 7 changed files with 1,443 additions and 2,586 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ A lightweight and fast control to render a select component that can display hie
* [Vanilla (no framework)](#vanilla-no-framework)
* [With Bootstrap](#with-bootstrap)
* [With Material Design](#with-material-design)
* [As Single Select](#as-single-select)
* [Install](#install)
* [Peer Dependencies](#peer-dependencies)
* [Usage](#usage)
Expand Down
984 changes: 103 additions & 881 deletions docs/bundle.js

Large diffs are not rendered by default.

1,296 changes: 444 additions & 852 deletions docs/examples/bootstrap/bundle.js

Large diffs are not rendered by default.

1,296 changes: 444 additions & 852 deletions docs/examples/material/bundle.js

Large diffs are not rendered by default.

449 changes: 449 additions & 0 deletions docs/examples/simple/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/examples/simple/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<h2>React Dropdown Tree Select Demo</h2>
<br/>
<div id="app"></div>
<script src="bundle.js"></script>
<script src="./bundle.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"license": "MIT",
"scripts": {
"build": "rimraf dist/**/* && webpack --config webpack.config.js --bail",
"build:docs": "webpack --config docs/webpack.config.js --bail",
"commit": "git-cz",
"commitmsg": "commitlint -e $GIT_PARAMS",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
Expand Down

0 comments on commit b7fe7bc

Please sign in to comment.