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:
2020var 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```
2626import randomArrayElement from '@smakss/random-array-element'
Original file line number Diff line number Diff line change 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" ,
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" ,
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}
You can’t perform that action at this time.
0 commit comments