Skip to content

Commit 8797204

Browse files
committed
Package got updated!
1 parent 19d8d2d commit 8797204

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22
function randomString(length) {
3-
if (!length) length = Math.ceil(0.99 * 10 * 2)
3+
if (!length) length = Math.ceil(Math.random() * 10 * 2)
44
var string = '',
55
allowedCharacters =
66
'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smakss/random-string",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Generates random dummy string.",
55
"type": "module",
66
"main": "index.cjs",

0 commit comments

Comments
 (0)