From ca2734fff938461f24d57f197c02856a153c9179 Mon Sep 17 00:00:00 2001 From: Seth Yates Date: Fri, 22 Apr 2016 15:41:21 -0700 Subject: [PATCH] chore(build): remove gulp-git and childProcess from gulpfile since now using semantic-release --- gulpfile.babel.js | 2 -- package.json | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/gulpfile.babel.js b/gulpfile.babel.js index f9842d1..5c378a6 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -1,10 +1,8 @@ /* eslint-env node */ import process from 'process'; -import childProcess from 'child_process'; import gulp from 'gulp'; import pkg from './package.json'; import {Server as Karma} from 'karma'; -import git from 'gulp-git'; import del from 'del'; import gutil from 'gulp-util'; import rename from 'gulp-rename'; diff --git a/package.json b/package.json index 809b6d3..bd8e5eb 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "babel-preset-es2015-loose": "7.0.0", "babel-register": "6.7.2", "babelify": "7.2.0", - "cz-conventional-changelog": "1.1.6", + "cz-conventional-changelog": "1.1.5", "del": "2.2.0", "eslint": "2.8.0", "expect.js": "0.3.1", @@ -101,7 +101,6 @@ "gulp-esdoc": "0.2.0", "gulp-eslint": "2.0.0", "gulp-filter": "4.0.0", - "gulp-git": "1.7.1", "gulp-header": "1.7.1", "gulp-jscs": "3.0.2", "gulp-rename": "1.2.2",