replace bunyan with bunyan-lite
This commit is contained in:
parent
289c249e8c
commit
d69a1c2028
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
var _ = require('lodash');
|
||||
var bunyan = require('bunyan');
|
||||
var bunyan = require('bunyan-lite');
|
||||
|
||||
//Get the config
|
||||
var config = require('./config');
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/TheThing/spserver",
|
||||
"dependencies": {
|
||||
"bunyan": "^1.3.3",
|
||||
"bunyan-lite": "^1.0.0",
|
||||
"lodash": "^4.17.2",
|
||||
"nconf": "^0.8.4",
|
||||
"node-static": "^0.7.6"
|
||||
|
|
Loading…
Reference in a new issue