From ad31e50636f9ee9d4ad3201110f19d0b8990a11c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramirez=20Vargas=2C=20Jos=C3=A9=20Pablo?= Date: Sun, 17 Jul 2022 17:31:18 -0600 Subject: [PATCH] Remove test script from main package.json. --- src/package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/package.json b/src/package.json index 419ebe1..101b627 100644 --- a/src/package.json +++ b/src/package.json @@ -30,8 +30,5 @@ "url": "https://github.com/WJSoftware/wj-config/issues" }, "license": "MIT-open-group", - "homepage": "https://github.com/WJSoftware/wj-config#readme", - "scripts": { - "test": "mocha ../tests/**/*.test.js" - } + "homepage": "https://github.com/WJSoftware/wj-config#readme" } \ No newline at end of file