BREAKING CHANGE(scope): update scope
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
// this file contains the code to generate and handle the stream
|
||||
|
||||
import * as plugins from './smartgulp.plugins';
|
||||
import { Smartfile } from 'smartfile';
|
||||
import { Smartfile } from '@pushrocks/smartfile';
|
||||
|
||||
import { Transform } from 'stream';
|
||||
|
||||
|
@ -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();
|
||||
|
@ -1,5 +1,5 @@
|
||||
import * as smartevent from 'smartevent';
|
||||
import * as smartfile from 'smartfile';
|
||||
import * as smartfile from '@pushrocks/smartfile';
|
||||
import * as smartstream from 'smartstream';
|
||||
import * as lodash from 'lodash';
|
||||
import * as through2 from 'through2';
|
||||
|
Reference in New Issue
Block a user