Skip to content

Commit

Permalink
Fix missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
André Neves committed Jul 9, 2014
1 parent a6ba035 commit b5223f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: 'Generate an icon font from SVG files',
version: '0.1.2'
version: '0.1.3'
});

Package._transitional_registerBuildPlugin({
Expand All @@ -17,7 +17,8 @@ Package._transitional_registerBuildPlugin({
'lodash': '2.4.1',
'multi-glob': '0.4.0',
'temp': '0.7.0',
'fs-extra': '0.8.1'
'fs-extra': '0.8.1',
'MD5': '1.2.1'
}
});

Expand Down

0 comments on commit b5223f9

Please sign in to comment.