keymbinatorial
Advanced tools
Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "keymbinatorial", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Module that generates the unique combinations of key values by taking a single value from each keys array", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"pretest": "eslint .", | ||
"test": "jenkins-mocha --recursive", | ||
"test": "nyc --report-dir ./artifacts/coverage --reporter=lcov mocha --reporter mocha-multi-reporters --reporter-options configFile=./mocha.config.json --recursive --timeout 4000 --retries 1 --exit --allow-uncaught true --color true", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
@@ -45,3 +45,6 @@ }, | ||
"eslint-config-screwdriver": "^3.0.0", | ||
"jenkins-mocha": "^6.0.0" | ||
"mocha": "^8.2.1", | ||
"mocha-multi-reporters": "^1.5.1", | ||
"mocha-sonarqube-reporter": "^1.0.2", | ||
"nyc": "^15.0.0" | ||
}, | ||
@@ -48,0 +51,0 @@ "dependencies": { |
# Keymbinatorial | ||
[![Version][npm-image]][npm-url] ![Downloads][downloads-image] [![Build Status][status-image]][status-url] [![Open Issues][issues-image]][issues-url] [![Dependency Status][daviddm-image]][daviddm-url] ![License][license-image] | ||
[![Version][npm-image]][npm-url] ![Downloads][downloads-image] [![Build Status][status-image]][status-url] [![Open Issues][issues-image]][issues-url] ![License][license-image] | ||
@@ -68,3 +68,1 @@ > Generates a unique combinations of key values by taking a single value from each keys array | ||
[status-url]: https://cd.screwdriver.cd/pipelines/20 | ||
[daviddm-image]: https://david-dm.org/screwdriver-cd/keymbinatorial.svg?theme=shields.io | ||
[daviddm-url]: https://david-dm.org/screwdriver-cd/keymbinatorial |
7522
50
7
68