arrayiffy-if-string
Advanced tools
Comparing version 5.0.5 to 5.0.6
/** | ||
* @name arrayiffy-if-string | ||
* @fileoverview Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else. | ||
* @version 5.0.5 | ||
* @version 5.0.6 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * @license MIT |
/** | ||
* @name arrayiffy-if-string | ||
* @fileoverview Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else. | ||
* @version 5.0.5 | ||
* @version 5.0.6 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * @license MIT |
{ | ||
"name": "arrayiffy-if-string", | ||
"version": "5.0.5", | ||
"version": "5.0.6", | ||
"description": "Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.", | ||
@@ -45,3 +45,3 @@ "keywords": [ | ||
"devtest": "c8 npm run unit && npm run examples && npm run lint", | ||
"dts": "rollup -c && npm run prettier -- 'types/index.d.ts' --write --loglevel 'silent'", | ||
"dts": "rollup -c && npm run prettier -- 'types/index.d.ts' --write --log-level 'silent'", | ||
"examples": "node '../../ops/scripts/run-examples.js'", | ||
@@ -54,3 +54,3 @@ "lect": "node '../../ops/lect/lect.js' && npm run prettier -- 'README.md' '.all-contributorsrc' 'rollup.config.js' --write", | ||
"prettier": "prettier", | ||
"prettier:format": "npm run prettier -- --write '**/*.{ts,tsx,md}' --no-error-on-unmatched-pattern --loglevel 'silent'", | ||
"prettier:format": "npm run prettier -- --write '**/*.{ts,tsx,md}' --no-error-on-unmatched-pattern --log-level 'silent'", | ||
"pretest": "npm run lect && npm run build", | ||
@@ -57,0 +57,0 @@ "test": "npm run devtest", |
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
10572