Skip to content

Commit

Permalink
update Logger package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jshimko committed Apr 4, 2018
1 parent 1be253f commit 3c5db2c
Show file tree
Hide file tree
Showing 7 changed files with 167 additions and 276 deletions.
2 changes: 1 addition & 1 deletion client/modules/logger/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { bunyan } from "@reactioncommerce/reaction-logger";
import { bunyan } from "@reactioncommerce/logger";
import { Meteor } from "meteor/meteor";

/*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { bunyan } from "@reactioncommerce/reaction-logger";
import { bunyan } from "@reactioncommerce/logger";
import { Meteor } from "meteor/meteor";
import { Logs } from "/lib/collections";
import { Reaction } from "/server/api";
Expand Down
Loading

0 comments on commit 3c5db2c

Please sign in to comment.