BREAKING CHANGE(scope): change scope to @pushrocks

This commit is contained in:
2018-07-21 14:37:39 +02:00
parent e9899e5451
commit 62336aa2cf
42 changed files with 1312 additions and 1289 deletions

View File

@@ -1,17 +1,11 @@
import * as create from './smartstring.create'
import * as docker from './smartstring.docker'
import * as indent from './smartstring.indent'
import * as normalize from './smartstring.normalize'
import * as typescript from './smartstring.typescript'
import * as create from './smartstring.create';
import * as docker from './smartstring.docker';
import * as indent from './smartstring.indent';
import * as normalize from './smartstring.normalize';
import * as typescript from './smartstring.typescript';
export {
create,
docker,
typescript,
normalize,
indent
}
export { create, docker, typescript, normalize, indent };
export { Base64, base64 } from './smartstring.base64'
export { Domain } from './smartstring.domain'
export { GitRepo } from './smartstring.git'
export { Base64, base64 } from './smartstring.base64';
export { Domain } from './smartstring.domain';
export { GitRepo } from './smartstring.git';