Skip to content

Commit

Permalink
fix demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
jerosoler committed Jun 6, 2021
1 parent 67ff4a5 commit dfc1323
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h4>HTML</h4>
data-ioaa-repeat
</td>
<td>
false
false
</td>
<td>
True or False, not required
Expand Down Expand Up @@ -152,7 +152,7 @@ <h4>CSS</h4>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/components/prism-css.min.js" integrity="sha256-4ut/7XCv/zjtcNF9GlQL+Jpy3AuQlLt2ExXNtIjZ8Po=" crossorigin="anonymous"></script>

<script type="module">
import ioaa from "../src/ioaa.js";
import ioaa from "ioaa.js";
ioaa();
ioaa(".codebox");
</script>
Expand Down
1 change: 1 addition & 0 deletions docs/ioaa.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"doc": "docs"
},
"scripts": {
"build": "gulp",
"build": "gulp && cp dist/ioaa.min.js docs/ioaa.min.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit dfc1323

Please sign in to comment.