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",
|
||||
"main": "lib/securerandomstring.js",
|
||||
"scripts": {
|
||||
"test": "tests.js"
|
||||
"test": "node tests.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -16,7 +16,7 @@
|
||||
"string"
|
||||
],
|
||||
"author": "Simon Santoro",
|
||||
"license": "ISC",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/S2-/securerandomstring/issues"
|
||||
},
|
||||
|
Reference in New Issue
Block a user