Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Oct 19, 2017
1 parent 553e294 commit 833f31a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions 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.7",
"description": "Generate randomized strings of a specified length using simple character sequences. The original generate-password.",
"version": "2.0.0",
"homepage": "https://github.com/jonschlinkert/randomatic",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
Expand Down Expand Up @@ -46,6 +46,9 @@
"characters",
"chars",
"numeric",
"password",
"generate",
"generate-password",
"rand",
"random",
"randomatic",
Expand All @@ -70,10 +73,6 @@
},
"lint": {
"reflinks": true
},
"reflinks": [
"verb",
"verb-generate-readme"
]
}
}
}

0 comments on commit 833f31a

Please sign in to comment.