Use @rondo.dev/comments-common instead of @rondo.dev/common

This commit is contained in:
Jerko Steiner 2019-08-31 10:28:41 +07:00
parent 67e3da3246
commit 4814316fa7
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
}, },
"references": [ "references": [
{ {
"path": "../common/tsconfig.esm.json" "path": "../comments-common/tsconfig.esm.json"
} }
] ]
} }

View File

@ -5,6 +5,6 @@
"rootDir": "src" "rootDir": "src"
}, },
"references": [ "references": [
{"path": "../common"} {"path": "../comments-common"}
] ]
} }

View File

@ -1,4 +1,4 @@
import {ILogger} from '@rondo.dev/common' import {ILogger} from '@rondo.dev/logger'
const noop = () => undefined const noop = () => undefined