Skip to content

Commit

Permalink
add LazyJSON as test dep
Browse files Browse the repository at this point in the history
  • Loading branch information
samoconnor committed Oct 16, 2018
1 parent dc441a4 commit 09d3664
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ MbedTLS = "v0.6.0"
[extras]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LazyJson = "fc18253b-5e1b-504c-a4a2-9ece4944c004"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
XMLDict = "228000da-037f-5747-90a9-8195ccbf91a5"

[targets]
test = ["Test", "JSON", "XMLDict", "Distributed"]
test = ["Test", "JSON", "LazyJSON", "XMLDict", "Distributed"]
1 change: 1 addition & 0 deletions test/REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
JSON
XMLDict
LazyJSON

0 comments on commit 09d3664

Please sign in to comment.