Skip to content

Commit 04c6672

Browse files
committed
update the hex package description to include the default fonts and remove the old metrics files
1 parent 7aa3003 commit 04c6672

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Version 0.11 is a major upgrade. There are numerous breaking changes. The docs h
2222
__READ THAT FIRST__
2323

2424

25+
Please note that when v.11 is out of beta it will move into the /ScenicFramework org on GitHub...
26+
2527

2628
## Goals
2729

mix.exs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ defmodule Scenic.Mixfile do
9090
"README.md",
9191
"LICENSE",
9292
"CHANGELOG.md",
93-
"static/**/*.metrics"
93+
# default fonts
94+
"assets/fonts/*.ttf",
95+
"assets/fonts/LICENSE.txt"
9496
]
9597
]
9698
end

0 commit comments

Comments
 (0)