loglevel-mixin
Advanced tools
Comparing version 1.6.14 to 1.6.15
{ | ||
"name": "loglevel-mixin", | ||
"version": "1.6.14", | ||
"version": "1.6.15", | ||
"description": "mixin to declare logging methods named after a set of log levels", | ||
@@ -9,3 +9,3 @@ "main": "dist/LogLevelMixin.js", | ||
"cover": "npm run prepublish && istanbul cover node_modules/.bin/_mocha -- -u exports tests/*_test.js", | ||
"docs": "jsdoc2md -l off -t doc/README.hbs -f src/*.js > README.md", | ||
"docs": "jsdoc2md -l off -t doc/README.hbs -f src/*.js >README.md", | ||
"test": "mocha tests/*_test.js", | ||
@@ -22,3 +22,3 @@ "semantic-release": "semantic-release pre && npm publish && semantic-release post", | ||
"engines": { | ||
"node": ">=6.9.2" | ||
"node": ">=6.9.3" | ||
}, | ||
@@ -34,3 +34,3 @@ "devDependencies": { | ||
"mocha": "^3.2.0", | ||
"rollup": "^0.40.0", | ||
"rollup": "^0.40.2", | ||
"semantic-release": "^6.3.5" | ||
@@ -37,0 +37,0 @@ }, |
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
21187