Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Nov 10, 2015
1 parent 41a6f30 commit 054e4f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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.0",
"version": "1.1.1",
"homepage": "https://github.com/jonschlinkert/randomatic",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/randomatic",
Expand All @@ -21,6 +21,7 @@
"kind-of": "^2.0.1"
},
"devDependencies": {
"ansi-bold": "^0.1.1",
"benchmarked": "^0.1.4",
"chalk": "^1.1.1",
"glob": "^5.0.15",
Expand Down

0 comments on commit 054e4f6

Please sign in to comment.