Skip to content

Commit 703564b

Browse files
committed
Package got updated!
1 parent da77c47 commit 703564b

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ randomString(10) // This will generate a random string with a length of 10. The
3333
3434
// If the input was empty the length of string will be selected randomly between 1-20
3535
```
36+
37+
## Demo
38+
39+
You can check the [working demo](https://runkit.com/smakss/random-string) in runkit.

index.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
'use strict'
2-
import randomString from './index.cjs'
3-
export default randomString
1+
'use strict';
2+
import randomString from './index.cjs';
3+
export default randomString;

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.8",
3+
"version": "1.0.9",
44
"description": "Generates random dummy string.",
55
"type": "module",
66
"main": "index.cjs",

0 commit comments

Comments
 (0)