Skip to content

Commit

Permalink
[elixir] major fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carduz committed Sep 13, 2016
1 parent 0db2865 commit be9bae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elixir.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Elixir.extend('materialIconsTranslator', function (src, dest, simple)
.pipe(Print())
.pipe(Plumber())
.pipe(Changed(dest))
.pipe(MaterialIconsTranslator(simple))
.pipe(Gulp.dest(dest))
.pipe(pipe())
.pipe(Print());
}).watch(src);
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-icons-translator",
"version": "0.1.6",
"version": "0.1.7",
"description": "This library translates all occurrences of material icons name to the unicode form",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit be9bae0

Please sign in to comment.