Skip to content

Commit

Permalink
Remove transfob package (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 28, 2021
1 parent 0011378 commit d68d15b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
4 changes: 3 additions & 1 deletion index.js
@@ -1,11 +1,11 @@
'use strict';

const path = require('path');
const { Transform } = require('stream');
const picocolors = require('picocolors');
const PluginError = require('plugin-error');
const replaceExtension = require('replace-ext');
const stripAnsi = require('strip-ansi');
const transfob = require('transfob');
const clonedeep = require('lodash.clonedeep');
const applySourceMap = require('vinyl-sourcemaps-apply');

Expand All @@ -19,6 +19,8 @@ For example, in your gulpfile:
const sass = require('gulp-sass')(require('sass'));
`;

const transfob = (transform) => new Transform({ transform, objectMode: true });

/**
* Handles returning the file to the stream
*/
Expand Down
11 changes: 0 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -36,7 +36,6 @@
"plugin-error": "^1.0.1",
"replace-ext": "^2.0.0",
"strip-ansi": "^6.0.1",
"transfob": "^1.0.0",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"devDependencies": {
Expand Down

0 comments on commit d68d15b

Please sign in to comment.