update book to 1.3.3

This commit is contained in:
Roman Shtylman
2017-12-10 10:22:00 -08:00
parent 54f0eae039
commit 61708ec698
5 changed files with 23 additions and 107 deletions
+1 -1
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');