@influmy/logger
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@influmy/logger", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Winston logger wrapper with console transport", | ||
@@ -8,4 +8,4 @@ "main": "dist/index.js", | ||
"start": "babel-node src/index.js", | ||
"build": "babel src -d dist", | ||
"test": "ENV=test jest --no-cache", | ||
"build": "NODE_ENV=production babel src -d dist", | ||
"test": "NODE_ENV=test jest --no-cache", | ||
"test:debug": "npm test -- --debug", | ||
@@ -12,0 +12,0 @@ "test:watch": "npm test -- --watch", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9490
10