diff --git a/package.json b/package.json index a9dfcf1..38c155d 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "secure-random-string", - "version": "0.0.1", + "version": "0.0.2", "description": "Generates a secure random string with a given length", - "main": "lib/securerandomstring.js", + "main": "lib/secure-random-string.js", "scripts": { "test": "node tests.js" },