Skip to content

Commit

Permalink
Add libraries to the "blank" example.
Browse files Browse the repository at this point in the history
  • Loading branch information
EricForgy committed Apr 1, 2019
1 parent a587127 commit 757d8a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Figures"
uuid = "fb03b324-f2a4-578c-aba7-71fab90f4c9b"
authors = ["Eric Forgy <[email protected]>"]
version = "0.1.0"
version = "0.1.1"

[deps]
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Expand Down
3 changes: 3 additions & 0 deletions examples/blank/blank.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<head>
<meta charset="UTF-8">
<script src="/pages.js"></script>
<script src="/figures.js"></script>
<script src="/libs/d3/5.9.2/d3.min.js"></script>
<script src="/libs/plotly/1.45.3/plotly.min.js"></script>
</head>
<body>
</body>
Expand Down

0 comments on commit 757d8a3

Please sign in to comment.