@ts-common/iterator
Advanced tools
Comparing version 0.0.41 to 0.0.42
{ | ||
"name": "@ts-common/iterator", | ||
"version": "0.0.41", | ||
"version": "0.0.42", | ||
"description": "Iterator library for JavaScript and TypeScript", | ||
@@ -9,8 +9,14 @@ "main": "dist/index.js", | ||
"reporter": [ | ||
"lcov", | ||
"text" | ||
"text", | ||
"cobertura", | ||
"html" | ||
], | ||
"include": [ | ||
"dist/*.js" | ||
] | ||
], | ||
"check-coverage": true, | ||
"lines": 100, | ||
"statements": 100, | ||
"functions": 100, | ||
"branches": 100 | ||
}, | ||
@@ -21,3 +27,3 @@ "scripts": { | ||
"prepack": "npm install && tsc", | ||
"test": "tsc && npm run tslint && nyc mocha ./dist/test/*.js" | ||
"test": "tsc && npm run tslint && nyc mocha ./dist/test/*.js --reporter mocha-junit-reporter" | ||
}, | ||
@@ -49,2 +55,3 @@ "repository": { | ||
"mocha": "^5.2.0", | ||
"mocha-junit-reporter": "^1.18.0", | ||
"nyc": "^13.1.0", | ||
@@ -51,0 +58,0 @@ "tslint": "^5.11.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
40372
9