File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ to include with `ES5` or common js you can simply do this:
20
20
var randomString = require('@smakss/random-string');
21
21
```
22
22
23
- or to include with ` ES6 ` you simply do this one:
23
+ or to include with ` ES6 ` you can simply do this one:
24
24
25
25
```
26
26
import randomString from '@smakss/random-string'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @smakss/random-string" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " Generates random dummy string." ,
5
5
"type" : " module" ,
6
6
"main" : " index.cjs" ,
10
10
},
11
11
"repository" : {
12
12
"type" : " git" ,
13
- "url" : " git+https://github.com/SMAliKSS /random-string.git"
13
+ "url" : " git+https://github.com/SMAKSS /random-string.git"
14
14
},
15
15
"keywords" : [
16
16
" ES5" ,
26
26
"author" : " SMAKSS" ,
27
27
"license" : " MIT" ,
28
28
"bugs" : {
29
- "url" : " https://github.com/SMAliKSS /random-string/issues"
29
+ "url" : " https://github.com/SMAKSS /random-string/issues"
30
30
},
31
- "homepage" : " https://github.com/SMAliKSS /random-string#readme"
31
+ "homepage" : " https://github.com/SMAKSS /random-string#readme"
32
32
}
You can’t perform that action at this time.
0 commit comments