arrayiffy-if-string
Advanced tools
Comparing version 3.4.0 to 3.4.1
{ | ||
"name": "arrayiffy-if-string", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.", | ||
@@ -49,2 +49,7 @@ "license": "MIT", | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm run format && npm test" | ||
} | ||
}, | ||
"keywords": [ | ||
@@ -165,4 +170,4 @@ "arrayiffy", | ||
"@babel/register": "^7.0.0", | ||
"ava": "1.0.0-beta.8", | ||
"babel-plugin-istanbul": "^5.0.1", | ||
"ava": "1.0.0-rc.1", | ||
"babel-plugin-istanbul": "^5.1.0", | ||
"coveralls": "latest", | ||
@@ -177,3 +182,3 @@ "eslint": "latest", | ||
"eslint-plugin-scanjs-rules": "latest", | ||
"husky": "latest", | ||
"husky": "^1.1.2", | ||
"nyc": "latest", | ||
@@ -180,0 +185,0 @@ "prettier": "latest", |
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
13017