From 852273c8ccb65e1afe0f1a52196da1d6980d8af4 Mon Sep 17 00:00:00 2001 From: Christopher Rose Date: Thu, 23 May 2019 11:11:18 +0530 Subject: [PATCH] Change travis testing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6508297..469cf22 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Barebones file manager for a remote location", "main": "index.js", "scripts": { - "test": "js ." + "test": "node ." }, "repository": { "type": "git",