Skip to content

Commit

Permalink
[elixir] changed removed
Browse files Browse the repository at this point in the history
  • Loading branch information
carduz committed Sep 13, 2016
1 parent be9bae0 commit 179419d
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions elixir.js
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@ var Gulp = require('gulp');

var Print = require('gulp-print');
var Plumber = require('gulp-plumber');
var Changed = require('gulp-changed');

var MaterialIconsTranslator = require('./gulp');

@@ -20,7 +19,6 @@ Elixir.extend('materialIconsTranslator', function (src, dest, simple)
.src(src)
.pipe(Print())
.pipe(Plumber())
.pipe(Changed(dest))
.pipe(MaterialIconsTranslator(simple))
.pipe(Gulp.dest(dest))
.pipe(Print());
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-icons-translator",
"version": "0.1.7",
"version": "0.1.8",
"description": "This library translates all occurrences of material icons name to the unicode form",
"main": "index.js",
"scripts": {
@@ -26,7 +26,6 @@
"dependencies": {
"extend": "^3.0.0",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.2",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-util": "^3.0.7",

0 comments on commit 179419d

Please sign in to comment.