Use utils to extract skin text

This commit is contained in:
Jordan Eldredge 2018-11-29 12:43:56 -08:00
parent f2a544e64c
commit 122b2bbc8b
2 changed files with 9 additions and 58 deletions

View file

@ -58,5 +58,6 @@ function getFileMd5(filePath) {
module.exports = {
getSkinMetadata,
writeSkinMetadata
writeSkinMetadata,
getFileMd5
};