Skip to content

Commit c980e5f

Browse files
committed
updated demo
1 parent 4546ee5 commit c980e5f

File tree

3 files changed

+47
-48
lines changed

3 files changed

+47
-48
lines changed

docs/public/build/main.45221a7f731e67082c77.js

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

docs/public/build/main.6f90a3ff583ac163ad72.js

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

docs/public/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta charset="utf-8">
1414
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
1515
<title>Bootstrap Switch Button for React</title>
16-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
16+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
1717
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/themes/prism-okaidia.min.css">
1818
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
1919
<style>
@@ -115,9 +115,9 @@ <h3 class="alert-heading text-dark">Made for Bootstrap 4!</h3>
115115
<h2>Installation</h2>
116116
<hr />
117117
<h3 class="text-secondary mt-4">NPM</h3>
118-
<pre><code class="language-bash">npm i bootstrap-switch-button-react --save-dev</code></pre>
118+
<pre><code class="language-bash">npm i bootstrap-switch-button-react --save</code></pre>
119119
<h3 class="text-secondary mt-4">Yarn</h3>
120-
<pre><code class="language-bash">yarn install bootstrap-switch-button-react</code></pre>
120+
<pre><code class="language-bash">yarn add bootstrap-switch-button-react</code></pre>
121121
</section>
122122

123123
<section id="usage" class="container my-5 d-none d-sm-none d-md-block">
@@ -265,5 +265,5 @@ <h4 class="font-weight-light"> Author <a href="https://github.com/gitbrent" targ
265265
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/components/prism-typescript.min.js"></script>
266266
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/components/prism-bash.min.js"></script>
267267
<!-- ^^^ scripts ^^^ -->
268-
<script type="text/javascript" src="build/main.6f90a3ff583ac163ad72.js"></script></body>
268+
<script type="text/javascript" src="build/main.45221a7f731e67082c77.js"></script></body>
269269
</html>

0 commit comments

Comments
 (0)