arrayiffy-if-string
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "arrayiffy-if-string", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.", | ||
@@ -52,3 +52,3 @@ "license": "MIT", | ||
], | ||
"lector": { | ||
"lect": { | ||
"babelrc": { | ||
@@ -128,9 +128,9 @@ "override": false, | ||
"coveralls": "*", | ||
"eslint": "^4.11.0", | ||
"eslint": "^4.12.1", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
"eslint-plugin-ava": "^4.2.2", | ||
"eslint-plugin-ava": "^4.4.0", | ||
"eslint-plugin-import": "^2.8.0", | ||
"husky": "*", | ||
"nyc": "*", | ||
"rollup": "^0.51.8", | ||
"rollup": "^0.52.1", | ||
"rollup-plugin-babel": "^3.0.2", | ||
@@ -140,4 +140,4 @@ "rollup-plugin-commonjs": "^8.2.6", | ||
"rollup-plugin-uglify": "^2.0.1", | ||
"uglify-es": "^3.1.10" | ||
"uglify-es": "^3.2.1" | ||
} | ||
} |
@@ -40,6 +40,6 @@ # arrayiffy-if-string | ||
```js | ||
// consume as ES module: | ||
// consume as CommonJS require: | ||
const arrayiffy = require('require arrayiffy-if-string') | ||
// or as an ES module: | ||
import arrayiffy from 'arrayiffy-if-string' | ||
// or as CommonJS require: | ||
const arrayiffy = require('require arrayiffy-if-string') | ||
``` | ||
@@ -46,0 +46,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