From 2360f13d2d8b1caaebe564b8f18c592e47bc94b4 Mon Sep 17 00:00:00 2001 From: Milutin Savovic Date: Thu, 10 May 2018 15:41:20 +0200 Subject: [PATCH] Changed idex.js to point to correct dist --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 3c75fd92..17c84575 100644 --- a/index.js +++ b/index.js @@ -1 +1 @@ -module.exports = require('./dist/lib/cypress-testrail-reporter').CypressTestRailReporter; +module.exports = require('./dist/cypress-testrail-reporter').CypressTestRailReporter;