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

@ -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';

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();

View File

@ -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';