Skip to content

Commit

Permalink
build: v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
madoos committed Aug 23, 2018
1 parent a9cf6e4 commit 695770c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ module.exports = {
}
```

In the entry point
In the entry point decogger Must be the first module required.

```javascript
const decogger = require("decogger")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "decogger",
"version": "1.0.2",
"version": "1.0.3",
"description": "Centralizes the tracking of logs in a single point.",
"engines": {
"node": ">8.0.0"
Expand Down

0 comments on commit 695770c

Please sign in to comment.