mirror of
https://github.com/S2-/securerandomstring.git
synced 2025-08-02 18:30:04 +02:00
fix license & tests
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"description": "Generates a secure random string with a given length",
|
"description": "Generates a secure random string with a given length",
|
||||||
"main": "lib/securerandomstring.js",
|
"main": "lib/securerandomstring.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "tests.js"
|
"test": "node tests.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
"string"
|
"string"
|
||||||
],
|
],
|
||||||
"author": "Simon Santoro",
|
"author": "Simon Santoro",
|
||||||
"license": "ISC",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/S2-/securerandomstring/issues"
|
"url": "https://github.com/S2-/securerandomstring/issues"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user