Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
fix: change package/repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
jshimko committed Apr 2, 2018
1 parent 29f4f3c commit dbeb1bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Suggestions: Use "DEBUG" sparingly. Information that will be useful to debug err
## Usage

```js
import Logger from "@reactioncommerce/reaction-logger";
import Logger from "@reactioncommerce/logger";

/**
* Logging general info
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@reactioncommerce/reaction-logger",
"name": "@reactioncommerce/logger",
"version": "0.0.0-development",
"description": "Reaction application logging based on Bunyan logger",
"main": "./dist/main.js",
Expand All @@ -11,14 +11,14 @@
},
"repository": {
"type": "git",
"url": "https://github.com/reactioncommerce/reaction-logger.git"
"url": "https://github.com/reactioncommerce/logger.git"
},
"author": "Reaction Commerce <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/reactioncommerce/reaction-logger/issues"
"url": "https://github.com/reactioncommerce/logger/issues"
},
"homepage": "https://github.com/reactioncommerce/reaction-logger#readme",
"homepage": "https://github.com/reactioncommerce/logger#readme",
"devDependencies": {
"@reactioncommerce/eslint-config": "^1.0.1",
"babel-cli": "^6.26.0",
Expand Down

0 comments on commit dbeb1bd

Please sign in to comment.