Skip to content

Commit

Permalink
refactor: update lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomickigrzegorz committed Mar 4, 2022
1 parent 3e47f6f commit f54b514
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/ie.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ <h2>-- local files --</h2>
<h2>-- cdn --</h2>
<ul>
<li>
https://cdn.jsdelivr.net/gh/tomik23/[email protected].1/dist/js/polyfill.js
https://cdn.jsdelivr.net/gh/tomik23/[email protected].2/dist/js/polyfill.js
</li>
<li>
https://cdn.jsdelivr.net/gh/tomik23/[email protected].1/dist/js/autocomplete.ie.min.js
https://cdn.jsdelivr.net/gh/tomik23/[email protected].2/dist/js/autocomplete.ie.min.js
</li>
<li>
https://cdn.jsdelivr.net/gh/tomik23/[email protected].1/dist/css/autocomplete.ie.min.css
https://cdn.jsdelivr.net/gh/tomik23/[email protected].2/dist/css/autocomplete.ie.min.css
</li>
</ul>
<h2>-- cdn polyfill from npm --</h2>
Expand Down
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ <h3>Include JS and CSS files</h3>
-- OR CDN --
<div rel="HTML" class="html-class">
<pre><code class="language-html">&lt;!-- css --&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/tomik23/[email protected].1/dist/css/autocomplete.min.css&quot;/&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/tomik23/[email protected].2/dist/css/autocomplete.min.css&quot;/&gt;

&lt;!-- js --&gt;
&lt;script src=&quot;https://cdn.jsdelivr.net/gh/tomik23/[email protected].1/dist/js/autocomplete.min.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;https://cdn.jsdelivr.net/gh/tomik23/[email protected].2/dist/js/autocomplete.min.js&quot;&gt;&lt;/script&gt;
</code></pre>
</div>

Expand All @@ -73,11 +73,11 @@ <h4>-- use local files from dist --</h4>
<h4>-- use cdn --</h4>
<div rel="HTML" class="html-class">
<pre><code class="language-html">&lt;!-- css --&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/tomik23/[email protected].1/dist/css/autocomplete.ie.min.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/tomik23/[email protected].2/dist/css/autocomplete.ie.min.css&quot;&gt;

&lt;!-- js --&gt;
&lt;script src=&quot;https://cdn.jsdelivr.net/gh/tomik23/[email protected].1/dist/js/polyfill.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;https://cdn.jsdelivr.net/gh/tomik23/[email protected].1/dist/js/autocomplete.ie.min.js&quot;&gt;&lt;/script&gt;</code></pre>
&lt;script src=&quot;https://cdn.jsdelivr.net/gh/tomik23/[email protected].2/dist/js/polyfill.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;https://cdn.jsdelivr.net/gh/tomik23/[email protected].2/dist/js/autocomplete.ie.min.js&quot;&gt;&lt;/script&gt;</code></pre>
</div>
<h4>-- use cdn polyfills from npm --</h4>
<div rel="HTML" class="html-class">
Expand Down

0 comments on commit f54b514

Please sign in to comment.