Skip to content

Commit

Permalink
Fix extras
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jan 15, 2020
1 parent 24a036f commit a409706
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ julia = "1.0"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TransformVariables = "84d833dd-6860-57f9-a1a7-6da5db126cff"

[targets]
test = ["Aqua", "InteractiveUtils", "Test", "TransformVariables", "StaticArrays"]
test = ["Aqua", "Documenter", "InteractiveUtils", "Test", "TransformVariables", "StaticArrays"]

0 comments on commit a409706

Please sign in to comment.