Comparing version 1.0.17 to 1.0.18
{ | ||
"name": "chance", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"main": "chance.js", | ||
@@ -5,0 +5,0 @@ "ignore": [ |
{ | ||
"name": "chance", | ||
"main": "./chance.js", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "Chance - Utility library to generate anything random", | ||
@@ -6,0 +6,0 @@ "homepage": "http://chancejs.com", |
@@ -403,3 +403,2 @@ import test from 'ava' | ||
let postcode = chance.postcode(); | ||
console.log(postcode); | ||
t.regex(postcode, /^[A-Z]{1,2}\d[A-Z\d]? \d[A-Z]{2}$/); | ||
@@ -406,0 +405,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
2120978
152
19589