1
0
mirror of https://github.com/S2-/securerandomstring.git synced 2025-08-02 02:10:05 +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",
"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"
},