Skip to content

Commit a496f50

Browse files
committed
add Markdown to [extras]
1 parent d207f88 commit a496f50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
1818
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
1919
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
2020
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
21+
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
2122
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
2223
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
2324
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2425

2526
[targets]
26-
test = ["CategoricalArrays", "DataFrames", "Distances", "InteractiveUtils", "ScientificTypes", "Tables", "Test"]
27+
test = ["CategoricalArrays", "DataFrames", "Distances", "InteractiveUtils", "Markdown", "ScientificTypes", "Tables", "Test"]

0 commit comments

Comments
 (0)