Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…Like-AccessLog into develop
  • Loading branch information
KrisSimon committed Jun 12, 2018
2 parents bdb193f + 69040cb commit 9c1e299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion accesslog.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var conf = {
filename: 'access.log'
};

accesslog.version = require('package').version;
accesslog.version = require('./package').version;

/**
* Configuration object
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"name": "apache-like-accesslog",
"homepage": "https://github.com/petershaw/NodeJS-Apache-Like-AccessLog",
"version": "1.0.2",
"version": "1.0.3",
"private": false,
"description": "A apache-like access log as middleware for express and restify.",
"main": "index.js",
Expand Down

0 comments on commit 9c1e299

Please sign in to comment.