loglevel-mixin
Advanced tools
Comparing version 1.6.11 to 1.6.12
{ | ||
"name": "loglevel-mixin", | ||
"version": "1.6.11", | ||
"version": "1.6.12", | ||
"description": "mixin to declare logging methods named after a set of log levels", | ||
@@ -8,7 +8,9 @@ "main": "dist/LogLevelMixin.js", | ||
"scripts": { | ||
"cover": "npm run build && node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -u exports tests/*_test.js", | ||
"cover": "npm run prepublish && node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -u exports tests/*_test.js", | ||
"docs": "jsdoc2md -l off -t doc/README.hbs -f src/*.js > README.md", | ||
"build": "node_modules/rollup/bin/rollup --output=dist/LogLevelMixin.js -c -- src/LogLevelMixin.js", | ||
"test": "npm run build && node_modules/.bin/mocha tests/*_test.js && markdown-doctest", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
"test": "node_modules/.bin/mocha tests/*_test.js", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post", | ||
"prepublish": "node_modules/rollup/bin/rollup --output=dist/LogLevelMixin.js -c -- src/LogLevelMixin.js", | ||
"pretest": "npm run prepublish", | ||
"posttest": "markdown-doctest" | ||
}, | ||
@@ -15,0 +17,0 @@ "repository": { |
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
20934