diff --git a/package.json b/package.json index 6ebcf5a..674194b 100644 --- a/package.json +++ b/package.json @@ -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" },