From 2d108427e2cf9cb05f4f290fc5362e44c265796d Mon Sep 17 00:00:00 2001 From: Matija Stepanic Date: Tue, 21 May 2019 16:40:13 +0200 Subject: [PATCH] Updated package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2ed8f15..ab49947 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,11 @@ "isHook": true }, "directories": { - "test": "test", - "prepublish": "npm run test" + "test": "test" }, "scripts": { - "test": "nyc mocha" + "test": "nyc mocha", + "prepublish": "npm run test" }, "repository": { "type": "git",