Skip to content

Commit b907db5

Browse files
committed
Package got updated
1 parent b7d852e commit b907db5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import randomArrayElement from '@smakss/random-array-element'
2828

2929
then to use it within your application you can do it just like this:
3030
```
31-
const chooser = randomArrayElement(['Foo', 'Bar', 'FU', 'FooBar' ]);
31+
const chooser = randomArrayElement(['Foo', 'Bar', 'FU', 'FooBar']);
3232
3333
chooser() // Foo
3434
chooser() // Bar

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.0",
3+
"version": "1.0.1",
44
"description": "Select random array element without repetition.",
55
"main": "index.min.js",
66
"repository": {

0 commit comments

Comments
 (0)