Comparing version 1.6.0 to 1.7.0
{ | ||
"name": "limax", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"main": "./lib/limax", | ||
@@ -11,3 +11,3 @@ "description": "Node.js module to generate URL slugs. Another one? This one cares about i18n and transliterates non-Latin scripts to conform to the RFC3986 standard. Mostly API-compatible with similar modules.", | ||
"engines": { | ||
"node": ">=4" | ||
"node": ">=6" | ||
}, | ||
@@ -42,3 +42,3 @@ "scripts": { | ||
"dependencies": { | ||
"hepburn": "^1.0.0", | ||
"hepburn": "^1.1.0", | ||
"pinyin": "^2.8.3", | ||
@@ -48,6 +48,6 @@ "speakingurl": "^14.0.1" | ||
"devDependencies": { | ||
"ava": "^0.24.0", | ||
"nyc": "^11.4.1", | ||
"semistandard": "^11.0.0" | ||
"ava": "^0.25.0", | ||
"nyc": "^13.0.1", | ||
"semistandard": "^12.0.1" | ||
} | ||
} |
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
19423
Updatedhepburn@^1.1.0