BREAKING CHANGE(scope): update scope

This commit is contained in:
2018-09-02 14:35:49 +02:00
parent 96a5142409
commit 9fc87c7f95
9 changed files with 1113 additions and 589 deletions

View File

@@ -3,7 +3,7 @@ import * as plugins from './smartgulp.plugins';
import { GulpStream } from './smartgulp.classes.gulpstream';
import { Transform } from 'stream';
import { Smartfile } from 'smartfile';
import { Smartfile } from '@pushrocks/smartfile';
export let src = (minimatchPathArrayArg: string[]): Transform => {
let gulpStream = new GulpStream();