@megatherium/log
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@megatherium/log", | ||
"license": "UNLICENSED", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "dist/index.js", | ||
@@ -21,3 +21,5 @@ "author": { | ||
"scripts": { | ||
"build": "babel src --out-dir dist" | ||
"build": "babel src --out-dir dist", | ||
"test:integration": "integration-test", | ||
"test:unit": "unit-test" | ||
}, | ||
@@ -36,2 +38,3 @@ "dependencies": { | ||
"@megatherium/random": "0.1.0", | ||
"@megatherium/test": "0.1.0", | ||
"assert": "2.0.0", | ||
@@ -38,0 +41,0 @@ "cucumber": "6.0.5", |
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
8137
13