We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc05fb commit cf342cfCopy full SHA for cf342cf
Readme.md
@@ -14,13 +14,13 @@ or
14
yarn add @smakss/random-string
15
```
16
17
-to include with `ES5` or common js you can simply do this:
+to include it with common js module you should do this:
18
19
20
var randomString = require('@smakss/random-string');
21
22
23
-or to include with `ES6` you can simply do this one:
+and to include it with ECMAscript module you can simply do this one:
24
25
26
import randomString from '@smakss/random-string'
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@smakss/random-string",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "Generates random dummy string.",
5
"type": "module",
6
"main": "index.cjs",
0 commit comments