Skip to content

Commit

Permalink
Clean up Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Oct 4, 2018
1 parent b3f912b commit 41119f4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ keywords = ["Entities", "Emoji"]
license = "MIT"
name = "Emoji_Entities"
uuid = "fd8f23de-bd2f-5c75-921c-0c9ab51355f5"
version = "0.2.6"
version = "0.2.7"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

StrTables = "9700d1a9-a7c8-5760-9816-a99fda30bb8f"

JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" # Only needed for build!

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

[targets]
test = ["Test"]

0 comments on commit 41119f4

Please sign in to comment.