modular-log
Advanced tools
Comparing version
{ | ||
"name": "modular-log", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Modular components based on Winston logger", | ||
@@ -9,4 +9,4 @@ "main": "lib/index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "tsc -p src", | ||
"prepublish": "npm run build" | ||
"build": "tsc -p src", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -20,4 +20,4 @@ "keywords": [ | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/igabesz/modular-log" | ||
"type": "git", | ||
"url": "http://github.com/igabesz/modular-log" | ||
}, | ||
@@ -28,10 +28,10 @@ "author": "Gábor IMRE", | ||
"@types/lodash": "0.0.28", | ||
"@types/moment": "^2.11.28", | ||
"@types/node": "^4.0.30", | ||
"@types/moment": "^2.11.29", | ||
"@types/node": "^6.0.32", | ||
"@types/winston": "0.0.27", | ||
"colors": "^1.1.2", | ||
"lodash": "^4.6.1", | ||
"moment": "^2.12.0", | ||
"lodash": "^4.14.2", | ||
"moment": "^2.14.1", | ||
"winston": "^2.2.0" | ||
} | ||
} |
14604
0.06%+ Added
- Removed
Updated
Updated
Updated
Updated