update book to 1.3.3

This commit is contained in:
Roman Shtylman
2017-12-10 10:20:36 -08:00
parent 54f0eae039
commit 61708ec698
5 changed files with 23 additions and 107 deletions

View File

@@ -1,6 +1,6 @@
import net from 'net';
import EventEmitter from 'events';
import log from 'bookrc';
import log from 'book';
import Debug from 'debug';
const debug = Debug('localtunnel:server');