From a6408ad9e96a240d60e1f0c6e67d607fd0ecbae9 Mon Sep 17 00:00:00 2001 From: Anton Bayer Date: Fri, 27 May 2016 16:28:02 +0200 Subject: [PATCH] remove unused require --- gitlab-webhook.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/gitlab-webhook.js b/gitlab-webhook.js index 1b17004..26cca67 100644 --- a/gitlab-webhook.js +++ b/gitlab-webhook.js @@ -8,8 +8,6 @@ var gitlab = require('gitlab')({ token: gitlabProperties.token }); -var fs = require('fs'); - gulp.task('gitlabWebhook', function() { var projectName = process.env.npm_config_project_name;