randomatic
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "randomatic", | ||
"description": "Generate randomized strings of a specified length, fast. Only the length is necessary, but you can optionally generate patterns using any combination of numeric, alpha-numeric, alphabetical, special or custom characters.", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"homepage": "https://github.com/jonschlinkert/randomatic", | ||
@@ -49,4 +49,7 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
] | ||
} | ||
}, | ||
"plugins": [ | ||
"gulp-format-md" | ||
] | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# randomatic [![NPM version](https://badge.fury.io/js/randomatic.svg)](http://badge.fury.io/js/randomatic) | ||
# randomatic [![NPM version](https://img.shields.io/npm/v/randomatic.svg)](https://www.npmjs.com/package/randomatic) | ||
@@ -73,3 +73,3 @@ > Generate randomized strings of a specified length, fast. Only the length is necessary, but you can optionally generate patterns using any combination of numeric, alpha-numeric, alphabetical, special or custom characters. | ||
* `randomize('00')` will generate a 2-digit random number | ||
+ `randomize('00')` will generate a 2-digit random number | ||
* `randomize('000')` will generate a 3-digit random number | ||
@@ -123,8 +123,8 @@ * `randomize('0000')` will generate a 4-digit random number... | ||
+ [github/jonschlinkert](https://github.com/jonschlinkert) | ||
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) | ||
* [github/jonschlinkert](https://github.com/jonschlinkert) | ||
* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) | ||
## License | ||
Copyright © 2015 Jon Schlinkert | ||
Copyright © 2015 [Jon Schlinkert](https://github.com/jonschlinkert) | ||
Released under the MIT license. | ||
@@ -134,2 +134,2 @@ | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on November 12, 2015._ | ||
_This file was generated by [verb](https://github.com/verbose/verb) on December 10, 2015._ |
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
9130