1
0
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:
s2
2015-04-22 21:02:38 +02:00
parent c9dec516c7
commit 1431f890a0

View File

@@ -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"
}, },