0.3.4 update logger package location

http-server
David Kebler 2019-02-14 14:01:17 -08:00
parent 4f0ebc3870
commit 16da37a101
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@uci/websocket", "name": "@uci/websocket",
"version": "0.3.0", "version": "0.3.4",
"description": "JSON packet host websocket server", "description": "JSON packet host websocket server",
"main": "src", "main": "src",
"scripts": { "scripts": {
@ -41,10 +41,10 @@
"nodemon": "^1.18.6" "nodemon": "^1.18.6"
}, },
"dependencies": { "dependencies": {
"@uci/logger": "0.0.6", "@uci-utils/logger": "0.0.13",
"better-try-catch": "^0.6.2", "better-try-catch": "^0.6.2",
"clone": "^2.1.1", "clone": "^2.1.2",
"death": "^1.1.0", "death": "^1.1.0",
"ws": "^6.1.0" "ws": "^6.1.3"
} }
} }

View File

@ -3,7 +3,7 @@ import btc from 'better-try-catch'
import _ON_DEATH from 'death' //this is intentionally ugly import _ON_DEATH from 'death' //this is intentionally ugly
import clone from 'clone' import clone from 'clone'
import logger from '@uci/logger' import logger from '@uci-utils/logger'
let log = {} let log = {}
/** /**