@drippy-music/commons
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -40,3 +40,3 @@ const fuzz = require('fuzzball'); | ||
return split.replace(/with.+?-/gi, '-').replace(/.\((with|feat).+?\)/gi, '').replace(/.with.+/gi, '').trim(); | ||
return split.replace(/with.+?-/g, '-').replace(/.\((with|feat).+?\)/g, '').replace(/-.+with.+/gi, '').trim(); | ||
} | ||
@@ -43,0 +43,0 @@ |
{ | ||
"name": "@drippy-music/commons", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Drippy's common Node.JS utilities", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"deploy": "npm publish --access public" | ||
}, | ||
@@ -9,0 +9,0 @@ "repository": { |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
1
5654