From 3b094456995760e0d7fac663f848c3db50c924cf Mon Sep 17 00:00:00 2001 From: Wessel T Date: Wed, 16 Jan 2019 08:12:20 +0100 Subject: [PATCH] Updates for travis --- package.json | 3 +++ 1 file changed, 3 insertions(+) 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" ] }