randomatic
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -30,3 +30,3 @@ # {%= name %} {%= badge("fury") %} | ||
```js | ||
var {%= shortname(name) %} = require('{%= name %}'); | ||
var randomize = require('{%= name %}'); | ||
``` | ||
@@ -33,0 +33,0 @@ |
{ | ||
"name": "randomatic", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"main": [ | ||
@@ -5,0 +5,0 @@ "index.js" |
{ | ||
"name": "randomatic", | ||
"description": "Generate randomized strings of a specified length from patterns of numeric, alpha-numeric, alphabetical, special or custom characters.", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"homepage": "https://github.com/jonschlinkert/randomatic", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -30,3 +30,3 @@ # randomatic [![NPM version](https://badge.fury.io/js/randomatic.png)](http://badge.fury.io/js/randomatic) | ||
```js | ||
var randomatic = require('randomatic'); | ||
var randomize = require('randomatic'); | ||
``` | ||
@@ -121,2 +121,2 @@ | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 01, 2014._ | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 19, 2014._ |
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
21957