greedy-wrap
Advanced tools
Comparing version 0.1.4 to 0.1.6
{ | ||
"name": "greedy-wrap", | ||
"version": "0.1.4", | ||
"version": "0.1.6", | ||
"description": "A recursive greedy algorithm implementation for the word wrap process.", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "xo && ava" | ||
}, | ||
@@ -36,5 +36,5 @@ "files": [ | ||
"devDependencies": { | ||
"mocha": "*", | ||
"xo": "^0.4.1" | ||
"ava": "^0.14.0", | ||
"xo": "^0.14.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
4880