Skip to content

Commit 833f31a

Browse files
committed
2.0.0
1 parent 553e294 commit 833f31a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "randomatic",
3-
"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.",
4-
"version": "1.1.7",
3+
"description": "Generate randomized strings of a specified length using simple character sequences. The original generate-password.",
4+
"version": "2.0.0",
55
"homepage": "https://github.com/jonschlinkert/randomatic",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
77
"contributors": [
@@ -46,6 +46,9 @@
4646
"characters",
4747
"chars",
4848
"numeric",
49+
"password",
50+
"generate",
51+
"generate-password",
4952
"rand",
5053
"random",
5154
"randomatic",
@@ -70,10 +73,6 @@
7073
},
7174
"lint": {
7275
"reflinks": true
73-
},
74-
"reflinks": [
75-
"verb",
76-
"verb-generate-readme"
77-
]
76+
}
7877
}
7978
}

0 commit comments

Comments
 (0)