Skip to content

Commit c266f25

Browse files
committed
Package got updated!
1 parent 0c70f16 commit c266f25

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 randomString = require('@smakss/random-string');
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 randomString from '@smakss/random-string'

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-string",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Generates random dummy string.",
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-string.git"
13+
"url": "git+https://github.com/SMAKSS/random-string.git"
1414
},
1515
"keywords": [
1616
"ES5",
@@ -26,7 +26,7 @@
2626
"author": "SMAKSS",
2727
"license": "MIT",
2828
"bugs": {
29-
"url": "https://github.com/SMAliKSS/random-string/issues"
29+
"url": "https://github.com/SMAKSS/random-string/issues"
3030
},
31-
"homepage": "https://github.com/SMAliKSS/random-string#readme"
31+
"homepage": "https://github.com/SMAKSS/random-string#readme"
3232
}

0 commit comments

Comments
 (0)