From f706fb797402befd762454ac852d056302b51530 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 25 Jun 2020 03:05:25 +0100 Subject: [PATCH] testing travis --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 7120b8a..4b57abb 100644 --- a/index.js +++ b/index.js @@ -1 +1 @@ -import('./src/index').main(); \ No newline at end of file +require('./src/index').main(); \ No newline at end of file