country-state-city
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "country-state-city", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Library for fetching Country, its States and Cities", | ||
@@ -18,2 +18,8 @@ "main": "index.js", | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm test", | ||
"pre-push": "npm test" | ||
} | ||
}, | ||
"keywords": [ | ||
@@ -32,4 +38,5 @@ "Country", | ||
"devDependencies": { | ||
"husky": "^1.3.1", | ||
"jest": "^23.6.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
3591182
2