Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
chore(build): remove gulp-git and childProcess from gulpfile since no…
Browse files Browse the repository at this point in the history
…w using semantic-release
  • Loading branch information
Seth Yates committed Apr 22, 2016
1 parent 13ed025 commit ca2734f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions gulpfile.babel.js
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit ca2734f

Please sign in to comment.