loglevel-mixin
Advanced tools
Comparing version 1.6.15 to 1.6.16
{ | ||
"name": "loglevel-mixin", | ||
"version": "1.6.15", | ||
"version": "1.6.16", | ||
"description": "mixin to declare logging methods named after a set of log levels", | ||
@@ -8,3 +8,3 @@ "main": "dist/LogLevelMixin.js", | ||
"scripts": { | ||
"cover": "npm run prepublish && istanbul cover node_modules/.bin/_mocha -- -u exports tests/*_test.js", | ||
"cover": "nyc npm test", | ||
"docs": "jsdoc2md -l off -t doc/README.hbs -f src/*.js >README.md", | ||
@@ -15,3 +15,4 @@ "test": "mocha tests/*_test.js", | ||
"pretest": "npm run prepublish", | ||
"posttest": "markdown-doctest" | ||
"posttest": "markdown-doctest", | ||
"precover": "npm run prepublish" | ||
}, | ||
@@ -23,3 +24,3 @@ "repository": { | ||
"engines": { | ||
"node": ">=6.9.3" | ||
"node": ">=6.9.4" | ||
}, | ||
@@ -31,8 +32,8 @@ "devDependencies": { | ||
"cz-conventional-changelog": "^1.2.0", | ||
"istanbul": "^0.4.5", | ||
"jsdoc-to-markdown": "^2.0.1", | ||
"markdown-doctest": "^0.9.1", | ||
"mocha": "^3.2.0", | ||
"rollup": "^0.40.2", | ||
"semantic-release": "^6.3.5" | ||
"rollup": "^0.41.1", | ||
"semantic-release": "^6.3.5", | ||
"nyc": "^10.0.0" | ||
}, | ||
@@ -62,3 +63,12 @@ "release": { | ||
} | ||
] | ||
], | ||
"nyc": { | ||
"include": [ | ||
"dist/**/*.js" | ||
], | ||
"reporter": [ | ||
"lcov" | ||
], | ||
"report-dir": "./coverage" | ||
} | ||
} |
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
44111
11