From 711c8862c0ad8b0370552b9e6bba6aa3119f347e Mon Sep 17 00:00:00 2001 From: ehmicky Date: Tue, 16 Apr 2019 19:48:58 +0200 Subject: [PATCH] Simplify ava.config.js --- ava.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ava.config.js b/ava.config.js index bb25895..c7e0653 100644 --- a/ava.config.js +++ b/ava.config.js @@ -1,3 +1 @@ -import config from 'gulp-shared-tasks/ava.config' - -export default config +export { default } from 'gulp-shared-tasks/ava.config.js'