Skip to content

Commit d02090e

Browse files
committed
Package got updated!
1 parent 277fc42 commit d02090e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ to include with `ES5` or common js you can simply do this:
2020
var randomArrayElement = require('@smakss/random-array-element');
2121
```
2222

23-
or to include with `ES6` you simply do this one:
23+
or to include with `ES6` you can simply do this one:
2424

2525
```
2626
import randomArrayElement from '@smakss/random-array-element'

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smakss/random-array-element",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Selects a random array element without repetition.",
55
"type": "module",
66
"main": "./index.cjs",
@@ -10,7 +10,7 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/SMAliKSS/random-array-element.git"
13+
"url": "git+https://github.com/SMAKSS/random-array-element.git"
1414
},
1515
"keywords": [
1616
"ES5",
@@ -28,7 +28,7 @@
2828
"author": "SMAKSS",
2929
"license": "MIT",
3030
"bugs": {
31-
"url": "https://github.com/SMAliKSS/random-array-element/issues"
31+
"url": "https://github.com/SMAKSS/random-array-element/issues"
3232
},
33-
"homepage": "https://github.com/SMAliKSS/random-array-element#readme"
33+
"homepage": "https://github.com/SMAKSS/random-array-element#readme"
3434
}

0 commit comments

Comments
 (0)