replace bunyan with bunyan-lite

master
Jonatan Nilsson 2018-07-22 12:06:44 +00:00
parent 289c249e8c
commit d69a1c2028
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
'use strict'; 'use strict';
var _ = require('lodash'); var _ = require('lodash');
var bunyan = require('bunyan'); var bunyan = require('bunyan-lite');
//Get the config //Get the config
var config = require('./config'); var config = require('./config');

View File

@ -21,7 +21,7 @@
}, },
"homepage": "https://github.com/TheThing/spserver", "homepage": "https://github.com/TheThing/spserver",
"dependencies": { "dependencies": {
"bunyan": "^1.3.3", "bunyan-lite": "^1.0.0",
"lodash": "^4.17.2", "lodash": "^4.17.2",
"nconf": "^0.8.4", "nconf": "^0.8.4",
"node-static": "^0.7.6" "node-static": "^0.7.6"