@cumulus/logger
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "@cumulus/logger", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A log library for use on Cumulus", | ||
@@ -29,6 +29,6 @@ "keywords": [ | ||
"clean": "rm -rf dist", | ||
"prepare": "npm run tsc", | ||
"test": "../../node_modules/.bin/ava", | ||
"test:coverage": "../../node_modules/.bin/nyc npm test", | ||
"tsc": "../../node_modules/.bin/tsc" | ||
"tsc": "../../node_modules/.bin/tsc", | ||
"tsc:listEmittedFiles": "../../node_modules/.bin/tsc --listEmittedFiles" | ||
}, | ||
@@ -43,3 +43,3 @@ "ava": { | ||
}, | ||
"gitHead": "d0abebc313a6622c255094b619ece161e8ef9c09" | ||
"gitHead": "43b2dbbf32e3aac66fed01ed233b2102d1d30f00" | ||
} |
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
20526