diff --git a/package.json b/package.json index 58d7233..65c6fd2 100644 --- a/package.json +++ b/package.json @@ -12,5 +12,8 @@ "type": "git", "url": "https://www.github.com/PassTheWessel/larg" }, + "scripts": { + "test": "node test.js" + }, "keywords": [ "argument", "args", "arg", "argv", "parse", "cli", "command-line", "parser", "command", "lightweight" ] }