Skip to content

Commit

Permalink
feat: replace AbstractLog with universe-log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jblew committed Feb 1, 2019
1 parent 93b5717 commit f03eff1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"node-docker-watchdog": "^1.2.3",
"ow": "^0.8.0",
"prompt": "^1.0.0",
"steem-wise-core": "^3.1.1"
"steem-wise-core": "^3.1.1",
"universe-log": "^0.1.0"
},
"devDependencies": {
"@commitlint/cli": "^7.1.2",
Expand Down Expand Up @@ -106,4 +107,4 @@
"bugs": {
"url": "https://github.com/wise-team/steem-wise-cli/issues"
}
}
}
4 changes: 2 additions & 2 deletions src/log.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { AbstractLog } from "steem-wise-core";
import { AbstractUniverseLog } from "universe-log";

export class Log extends AbstractLog {
export class Log extends AbstractUniverseLog {
private static INSTANCE: Log = new Log();

private constructor() {
Expand Down

0 comments on commit f03eff1

Please sign in to comment.