js-random-generator
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "js-random-generator", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Useful Random Generator", | ||
@@ -26,3 +26,6 @@ "main": "index.js", | ||
"author": "comboishere", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"dependencies": { | ||
"js-random-generator": "^1.0.1" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# random-generator-js | ||
# js-random-generator | ||
@@ -16,3 +16,3 @@ You can generate random number, text, password or value that you want with custom length easily. | ||
```shell | ||
$ npm i random-generator-js | ||
$ npm i js-random-generator | ||
``` | ||
@@ -19,0 +19,0 @@ ### Example Usage |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5280
1
+ Addedjs-random-generator@^1.0.1