Skip to content

Commit

Permalink
Remove PlotlyBase from REQUIRE
Browse files Browse the repository at this point in the history
  • Loading branch information
EricForgy committed Apr 1, 2019
1 parent 3b687c3 commit 6cc2f94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name = "Pages"
uuid = "7c165e09-dada-5b64-9fdc-39b801c58527"
authors = ["Eric Forgy <[email protected]>"]
version = "0.3.0"
version = "0.3.1"

[deps]
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
1 change: 0 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
julia 1.0
HTTP
JSON
PlotlyBase

0 comments on commit 6cc2f94

Please sign in to comment.