From b3497d0d28374e2c15df53a5c3939c688fe287c9 Mon Sep 17 00:00:00 2001 From: Igor Klopov Date: Mon, 26 Jun 2017 21:18:42 +0300 Subject: [PATCH] no need to take gulpfile.js into executable --- test/test-79-npm/gulp/gulp.config.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/test-79-npm/gulp/gulp.config.js diff --git a/test/test-79-npm/gulp/gulp.config.js b/test/test-79-npm/gulp/gulp.config.js deleted file mode 100644 index 43313cbd3..000000000 --- a/test/test-79-npm/gulp/gulp.config.js +++ /dev/null @@ -1,7 +0,0 @@ -'use strict'; - -module.exports = { - assets: [ - 'gulpfile.js' - ] -};