Skip to content

Commit fe0266e

Browse files
committed
Package got updated!
1 parent d3eabd3 commit fe0266e

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
@@ -37,3 +37,7 @@ chooser() // FU
3737
chooser() // FooBar
3838
chooser() // Foo (only repeats once all items within the array are exhausted.)
3939
```
40+
41+
## Demo
42+
43+
You can check the [working demo](https://runkit.com/smakss/convert-numbers) 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 randomItemWithNoRepetition from './index.cjs'
3-
export default randomItemWithNoRepetition
1+
'use strict';
2+
import randomItemWithNoRepetition from './index.cjs';
3+
export default randomItemWithNoRepetition;

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-array-element",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Selects a random array element without repetition.",
55
"type": "module",
66
"main": "./index.cjs",

0 commit comments

Comments
 (0)