noe reading correctly

This commit is contained in:
2017-04-30 00:25:31 +02:00
parent be2fd470d6
commit 3cd7355872
33 changed files with 445 additions and 18 deletions

5
dist/smartgulp.plugins.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
import * as smartevent from 'smartevent';
import * as smartfile from 'smartfile';
import * as smartstream from 'smartstream';
import * as lodash from 'lodash';
export { lodash, smartevent, smartfile, smartstream };