loglevel-mixin
Advanced tools
Comparing version 1.6.3 to 1.6.4
{ | ||
"name": "loglevel-mixin", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "mixin to declare logging methods named after a set of log levels", | ||
@@ -8,6 +8,6 @@ "main": "dist/LogLevelMixin.js", | ||
"scripts": { | ||
"cover": "npm run build && ./node_modules/istanbul/lib/cli.js cover --hook-run-in-context ./node_modules/mocha/bin/_mocha -- --R spec --U exports tests/*_test.js", | ||
"docs": "jsdoc2md -l off -t doc/README.hbs -f src/LogLevelMixin.js > README.md", | ||
"build": "./node_modules/rollup/bin/rollup --output=dist/LogLevelMixin.js -c -- src/LogLevelMixin.js", | ||
"test": "npm run build && mocha tests/*_test.js && markdown-doctest", | ||
"cover": "npm run build && 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" | ||
@@ -31,6 +31,6 @@ }, | ||
"mocha": "^3.1.2", | ||
"rollup": "^0.36.3", | ||
"semantic-release": "^6.3.2", | ||
"rollup": "^0.36.4", | ||
"rollup-plugin-commonjs": "^5.0.5", | ||
"rollup-plugin-node-resolve": "^2.0.0" | ||
"rollup-plugin-node-resolve": "^2.0.0", | ||
"semantic-release": "^6.3.3" | ||
}, | ||
@@ -37,0 +37,0 @@ "release": { |
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
21197