keymbinatorial
Advanced tools
Comparing version
{ | ||
"name": "keymbinatorial", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"description": "Module that generates the unique combinations of key values by taking a single value from each keys array", | ||
@@ -8,3 +8,4 @@ "main": "index.js", | ||
"pretest": "eslint .", | ||
"test": "jenkins-mocha --recursive" | ||
"test": "jenkins-mocha --recursive", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
}, | ||
@@ -34,2 +35,8 @@ "repository": { | ||
], | ||
"release": { | ||
"debug": false, | ||
"verifyConditions": { | ||
"path": "./node_modules/semantic-release/src/lib/plugin-noop.js" | ||
} | ||
}, | ||
"devDependencies": { | ||
@@ -36,0 +43,0 @@ "chai": "^3.5.0", |
7458
3.2%